10 references to PropertyDataChangedEventArgs
PresentationCore (10)
System\Windows\Ink\DrawingAttributes.cs (6)
801
new
PropertyDataChangedEventArgs
( args.OldProperty.Id,
810
new
PropertyDataChangedEventArgs
( args.OldProperty.Id,
828
new
PropertyDataChangedEventArgs
( args.NewProperty.Id,
838
new
PropertyDataChangedEventArgs
(args.NewProperty.Id,
858
new
PropertyDataChangedEventArgs
( args.NewProperty.Id,
870
new
PropertyDataChangedEventArgs
( args.NewProperty.Id,
System\Windows\Ink\Stroke.cs (2)
402
OnPropertyDataChanged(new
PropertyDataChangedEventArgs
(propertyDataId, propertyData, oldValue));
415
OnPropertyDataChanged(new
PropertyDataChangedEventArgs
(propertyDataId, null, propertyData));
System\Windows\Ink\StrokeCollection.cs (2)
164
OnPropertyDataChanged(new
PropertyDataChangedEventArgs
(propertyDataId, propertyData, oldValue));
176
OnPropertyDataChanged(new
PropertyDataChangedEventArgs
(propertyDataId, null, propertyData));