14 references to NewProperty
PresentationCore (14)
System\Windows\Ink\DrawingAttributes.cs (14)
789if (args.NewProperty == null) 821= DrawingAttributes.GetDefaultDrawingAttributeValue(args.NewProperty.Id); 824if (!defaultValueIfDrawingAttribute.Equals(args.NewProperty.Value)) 828new PropertyDataChangedEventArgs( args.NewProperty.Id, 829args.NewProperty.Value, //the property 838new PropertyDataChangedEventArgs(args.NewProperty.Id, 839args.NewProperty.Value, //the property 848= DrawingAttributes.GetDefaultDrawingAttributeValue(args.NewProperty.Id); 854if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 858new PropertyDataChangedEventArgs( args.NewProperty.Id, 859args.NewProperty.Value, //the da 867if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 870new PropertyDataChangedEventArgs( args.NewProperty.Id, 871args.NewProperty.Value,