10 references to PropertyDataChangedEventArgs
PresentationCore (10)
System\Windows\Ink\DrawingAttributes.cs (6)
802
new
PropertyDataChangedEventArgs
( args.OldProperty.Id,
811
new
PropertyDataChangedEventArgs
( args.OldProperty.Id,
829
new
PropertyDataChangedEventArgs
( args.NewProperty.Id,
839
new
PropertyDataChangedEventArgs
(args.NewProperty.Id,
859
new
PropertyDataChangedEventArgs
( args.NewProperty.Id,
871
new
PropertyDataChangedEventArgs
( args.NewProperty.Id,
System\Windows\Ink\Stroke.cs (2)
403
OnPropertyDataChanged(new
PropertyDataChangedEventArgs
(propertyDataId, propertyData, oldValue));
416
OnPropertyDataChanged(new
PropertyDataChangedEventArgs
(propertyDataId, null, propertyData));
System\Windows\Ink\StrokeCollection.cs (2)
163
OnPropertyDataChanged(new
PropertyDataChangedEventArgs
(propertyDataId, propertyData, oldValue));
175
OnPropertyDataChanged(new
PropertyDataChangedEventArgs
(propertyDataId, null, propertyData));