2 instantiations of DrawingAttributesReplacedEventArgs
PresentationCore (1)
System\Windows\Ink\Stroke.cs (1)
484new 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)
193public delegate void DrawingAttributesReplacedEventHandler(object sender, DrawingAttributesReplacedEventArgs e);
System\Windows\Ink\IncrementalHitTester.cs (1)
904private void OnDrawingAttributesReplaced(Object sender, DrawingAttributesReplacedEventArgs args)
System\Windows\Ink\Stroke.cs (2)
483DrawingAttributesReplacedEventArgs e = 616protected 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)
1040_strokeDrawingAttributesReplacedHandler = new StrokeChangedHandler<DrawingAttributesReplacedEventArgs>(this); 1896private StrokeChangedHandler<DrawingAttributesReplacedEventArgs> _strokeDrawingAttributesReplacedHandler;