6 writes to StylusTip
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (2)
336
da.
StylusTip
= StylusTip.Ellipse;
349
da.
StylusTip
= StylusTip.Rectangle;
PresentationFramework (4)
MS\Internal\Ink\PenCursorManager.cs (3)
71
da.
StylusTip
= StylusTip.Rectangle;
75
da.
StylusTip
= StylusTip.Ellipse;
339
da.
StylusTip
= drawingAttributes.StylusTip;
System\Windows\Controls\StickyNote.cs (1)
1792
da.
StylusTip
= StylusTip.Ellipse;
11 references to StylusTip
PresentationCore (10)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (6)
326
if (da.
StylusTip
!= StylusTip.Ellipse)
343
if (da.
StylusTip
== StylusTip.Ellipse)
357
if (da.
StylusTip
== StylusTip.Ellipse &&
610
System.Diagnostics.Debug.Assert(da.
StylusTip
!= StylusTip.Ellipse, "StylusTip was put in the EPC for the default value!");
621
Int32 stylusTip = Convert.ToInt32(da.
StylusTip
, System.Globalization.CultureInfo.InvariantCulture);
656
da.
StylusTip
== StylusTip.Ellipse &&
MS\Internal\Ink\StrokeRenderer.cs (1)
257
bool isEllipse = drawingAttributes.
StylusTip
== StylusTip.Ellipse;
System\Windows\Ink\DrawingAttributes.cs (3)
393
if (this.
StylusTip
== StylusTip.Rectangle)
758
if (left.
StylusTip
== right.
StylusTip
&&
PresentationFramework (1)
MS\Internal\Ink\PenCursorManager.cs (1)
339
da.StylusTip = drawingAttributes.
StylusTip
;