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