11 references to DrawingAttributes
PresentationCore (4)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
646activeDrawingAttributes = new DrawingAttributes(); 854DrawingAttributes attributes = new DrawingAttributes();
System\Windows\Ink\Stroke.cs (1)
41: this (stylusPoints, new DrawingAttributes(), null)
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
1203private DrawingAttributes _drawAttrsSource = new DrawingAttributes();
PresentationFramework (7)
MS\Internal\Ink\DrawingAttributesDefaultValueFactory.cs (2)
31return new DrawingAttributes(); 41DrawingAttributes defaultValue = new DrawingAttributes();
MS\Internal\Ink\PenCursorManager.cs (2)
68DrawingAttributes da = new DrawingAttributes(); 333DrawingAttributes da = new DrawingAttributes();
System\Windows\Controls\InkCanvas.cs (1)
2237InkPresenter.AttachVisuals(visual, new DrawingAttributes());
System\Windows\Controls\StickyNote.cs (2)
461(new DrawingAttributes()).Width, 1782DrawingAttributes da = new DrawingAttributes();