6 writes to StylusTip
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (2)
346
da.
StylusTip
= StylusTip.Ellipse;
359
da.
StylusTip
= StylusTip.Rectangle;
PresentationFramework (4)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (3)
78
da.
StylusTip
= StylusTip.Rectangle;
82
da.
StylusTip
= StylusTip.Ellipse;
364
da.
StylusTip
= drawingAttributes.StylusTip;
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1829
da.
StylusTip
= StylusTip.Ellipse;
11 references to StylusTip
PresentationCore (10)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (6)
336
if (da.
StylusTip
!= StylusTip.Ellipse)
353
if (da.
StylusTip
== StylusTip.Ellipse)
367
if (da.
StylusTip
== StylusTip.Ellipse &&
649
System.Diagnostics.Debug.Assert(da.
StylusTip
!= StylusTip.Ellipse, "StylusTip was put in the EPC for the default value!");
660
Int32 stylusTip = Convert.ToInt32(da.
StylusTip
, System.Globalization.CultureInfo.InvariantCulture);
695
da.
StylusTip
== StylusTip.Ellipse &&
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (1)
263
bool isEllipse = drawingAttributes.
StylusTip
== StylusTip.Ellipse;
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (3)
395
if (this.
StylusTip
== StylusTip.Rectangle)
763
if (left.
StylusTip
== right.
StylusTip
&&
PresentationFramework (1)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
364
da.StylusTip = drawingAttributes.
StylusTip
;