2 instantiations of DrawingAttributesReplacedEventArgs
PresentationCore (1)
System\Windows\Ink\Stroke.cs (1)
469new DrawingAttributesReplacedEventArgs(value, _drawingAttributes);
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
744new DrawingAttributesReplacedEventArgs(newValue, oldValue);
9 references to DrawingAttributesReplacedEventArgs
PresentationCore (4)
System\Windows\Ink\Events.cs (1)
187public delegate void DrawingAttributesReplacedEventHandler(object sender, DrawingAttributesReplacedEventArgs e);
System\Windows\Ink\IncrementalHitTester.cs (1)
892private void OnDrawingAttributesReplaced(Object sender, DrawingAttributesReplacedEventArgs args)
System\Windows\Ink\Stroke.cs (2)
468DrawingAttributesReplacedEventArgs e = 601protected virtual void OnDrawingAttributesReplaced(DrawingAttributesReplacedEventArgs e)
PresentationFramework (5)
System\Windows\Controls\InkCanvas.cs (3)
743DrawingAttributesReplacedEventArgs args = 1196protected virtual void OnDefaultDrawingAttributesReplaced(DrawingAttributesReplacedEventArgs e) 1211private void RaiseDefaultDrawingAttributeReplaced(DrawingAttributesReplacedEventArgs e)
System\Windows\Controls\StickyNote.cs (2)
1002_strokeDrawingAttributesReplacedHandler = new StrokeChangedHandler<DrawingAttributesReplacedEventArgs>(this); 1855private StrokeChangedHandler<DrawingAttributesReplacedEventArgs> _strokeDrawingAttributesReplacedHandler;