10 references to DrawingAttributes
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
655
activeDrawingAttributes = new
DrawingAttributes
();
867
DrawingAttributes 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)
36
return new
DrawingAttributes
();
46
DrawingAttributes defaultValue = new
DrawingAttributes
();
src\Framework\MS\Internal\Ink\PenCursorManager.cs (2)
75
DrawingAttributes da = new
DrawingAttributes
();
358
DrawingAttributes da = new
DrawingAttributes
();
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
2362
InkPresenter.AttachVisuals(visual, new
DrawingAttributes
());
src\Framework\System\Windows\Controls\StickyNote.cs (2)
471
(new
DrawingAttributes
()).Width,
1819
DrawingAttributes da = new
DrawingAttributes
();