2 instantiations of DrawingAttributesReplacedEventArgs
PresentationCore (1)
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
495new DrawingAttributesReplacedEventArgs(value, _drawingAttributes);
PresentationFramework (1)
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
757new DrawingAttributesReplacedEventArgs(newValue, oldValue);
9 references to DrawingAttributesReplacedEventArgs
PresentationCore (4)
Core\CSharp\System\Windows\Ink\Events.cs (1)
191public delegate void DrawingAttributesReplacedEventHandler(object sender, DrawingAttributesReplacedEventArgs e);
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (1)
915private void OnDrawingAttributesReplaced(Object sender, DrawingAttributesReplacedEventArgs args)
Core\CSharp\System\Windows\Ink\Stroke.cs (2)
494DrawingAttributesReplacedEventArgs e = 630protected virtual void OnDrawingAttributesReplaced(DrawingAttributesReplacedEventArgs e)
PresentationFramework (5)
src\Framework\System\Windows\Controls\InkCanvas.cs (3)
756DrawingAttributesReplacedEventArgs args = 1236protected virtual void OnDefaultDrawingAttributesReplaced(DrawingAttributesReplacedEventArgs e) 1254private void RaiseDefaultDrawingAttributeReplaced(DrawingAttributesReplacedEventArgs e)
src\Framework\System\Windows\Controls\StickyNote.cs (2)
1050_strokeDrawingAttributesReplacedHandler = new StrokeChangedHandler<DrawingAttributesReplacedEventArgs>(this); 1933private StrokeChangedHandler<DrawingAttributesReplacedEventArgs> _strokeDrawingAttributesReplacedHandler;