14 references to NewProperty
PresentationCore (14)
System\Windows\Ink\DrawingAttributes.cs (14)
790if (args.NewProperty == null) 822= DrawingAttributes.GetDefaultDrawingAttributeValue(args.NewProperty.Id); 825if (!defaultValueIfDrawingAttribute.Equals(args.NewProperty.Value)) 829new PropertyDataChangedEventArgs( args.NewProperty.Id, 830args.NewProperty.Value, //the property 839new PropertyDataChangedEventArgs(args.NewProperty.Id, 840args.NewProperty.Value, //the property 849= DrawingAttributes.GetDefaultDrawingAttributeValue(args.NewProperty.Id); 855if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 859new PropertyDataChangedEventArgs( args.NewProperty.Id, 860args.NewProperty.Value, //the da 868if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 871new PropertyDataChangedEventArgs( args.NewProperty.Id, 872args.NewProperty.Value,