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