14 references to NewProperty
PresentationCore (14)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (14)
806if (args.NewProperty == null) 839= DrawingAttributes.GetDefaultDrawingAttributeValue(args.NewProperty.Id); 842if (!defaultValueIfDrawingAttribute.Equals(args.NewProperty.Value)) 846new PropertyDataChangedEventArgs( args.NewProperty.Id, 847args.NewProperty.Value, //the property 856new PropertyDataChangedEventArgs(args.NewProperty.Id, 857args.NewProperty.Value, //the property 867= DrawingAttributes.GetDefaultDrawingAttributeValue(args.NewProperty.Id); 873if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 877new PropertyDataChangedEventArgs( args.NewProperty.Id, 878args.NewProperty.Value, //the da 886if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 889new PropertyDataChangedEventArgs( args.NewProperty.Id, 890args.NewProperty.Value,