2 instantiations of DrawingAttributesReplacedEventArgs
PresentationCore (1)
System\Windows\Ink\Stroke.cs (1)
469
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)
187
public delegate void DrawingAttributesReplacedEventHandler(object sender,
DrawingAttributesReplacedEventArgs
e);
System\Windows\Ink\IncrementalHitTester.cs (1)
892
private void OnDrawingAttributesReplaced(Object sender,
DrawingAttributesReplacedEventArgs
args)
System\Windows\Ink\Stroke.cs (2)
468
DrawingAttributesReplacedEventArgs
e =
601
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)
1002
_strokeDrawingAttributesReplacedHandler = new StrokeChangedHandler<
DrawingAttributesReplacedEventArgs
>(this);
1855
private StrokeChangedHandler<
DrawingAttributesReplacedEventArgs
> _strokeDrawingAttributesReplacedHandler;