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