14 references to NewProperty
PresentationCore (14)
System\Windows\Ink\DrawingAttributes.cs (14)
801if (args.NewProperty == null) 833= DrawingAttributes.GetDefaultDrawingAttributeValue(args.NewProperty.Id); 836if (!defaultValueIfDrawingAttribute.Equals(args.NewProperty.Value)) 840new PropertyDataChangedEventArgs( args.NewProperty.Id, 841args.NewProperty.Value, //the property 850new PropertyDataChangedEventArgs(args.NewProperty.Id, 851args.NewProperty.Value, //the property 860= DrawingAttributes.GetDefaultDrawingAttributeValue(args.NewProperty.Id); 866if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 870new PropertyDataChangedEventArgs( args.NewProperty.Id, 871args.NewProperty.Value, //the da 879if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 882new PropertyDataChangedEventArgs( args.NewProperty.Id, 883args.NewProperty.Value,