2 instantiations of DrawingAttributesReplacedEventArgs
PresentationCore (1)
System\Windows\Ink\Stroke.cs (1)
468new DrawingAttributesReplacedEventArgs(value, _drawingAttributes);
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
743new DrawingAttributesReplacedEventArgs(newValue, oldValue);
9 references to DrawingAttributesReplacedEventArgs
PresentationCore (4)
System\Windows\Ink\Events.cs (1)
186public delegate void DrawingAttributesReplacedEventHandler(object sender, DrawingAttributesReplacedEventArgs e);
System\Windows\Ink\IncrementalHitTester.cs (1)
891private void OnDrawingAttributesReplaced(Object sender, DrawingAttributesReplacedEventArgs args)
System\Windows\Ink\Stroke.cs (2)
467DrawingAttributesReplacedEventArgs e = 600protected virtual void OnDrawingAttributesReplaced(DrawingAttributesReplacedEventArgs e)
PresentationFramework (5)
System\Windows\Controls\InkCanvas.cs (3)
742DrawingAttributesReplacedEventArgs args = 1195protected virtual void OnDefaultDrawingAttributesReplaced(DrawingAttributesReplacedEventArgs e) 1210private void RaiseDefaultDrawingAttributeReplaced(DrawingAttributesReplacedEventArgs e)
System\Windows\Controls\StickyNote.cs (2)
1001_strokeDrawingAttributesReplacedHandler = new StrokeChangedHandler<DrawingAttributesReplacedEventArgs>(this); 1854private StrokeChangedHandler<DrawingAttributesReplacedEventArgs> _strokeDrawingAttributesReplacedHandler;