10 references to DrawingAttributes
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
655activeDrawingAttributes = new DrawingAttributes(); 867DrawingAttributes attributes = new DrawingAttributes();
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
42: this (stylusPoints, new DrawingAttributes(), null)
PresentationFramework (7)
src\Framework\MS\Internal\Ink\DrawingAttributesDefaultValueFactory.cs (2)
36return new DrawingAttributes(); 46DrawingAttributes defaultValue = new DrawingAttributes();
src\Framework\MS\Internal\Ink\PenCursorManager.cs (2)
75DrawingAttributes da = new DrawingAttributes(); 358DrawingAttributes da = new DrawingAttributes();
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
2362InkPresenter.AttachVisuals(visual, new DrawingAttributes());
src\Framework\System\Windows\Controls\StickyNote.cs (2)
471(new DrawingAttributes()).Width, 1819DrawingAttributes da = new DrawingAttributes();