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