6 writes to StylusTip
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (2)
326
da.
StylusTip
= StylusTip.Ellipse;
339
da.
StylusTip
= StylusTip.Rectangle;
PresentationFramework (4)
MS\Internal\Ink\PenCursorManager.cs (3)
66
da.
StylusTip
= StylusTip.Rectangle;
70
da.
StylusTip
= StylusTip.Ellipse;
334
StylusTip
= drawingAttributes.StylusTip
System\Windows\Controls\StickyNote.cs (1)
1751
da.
StylusTip
= StylusTip.Ellipse;
12 references to StylusTip
PresentationCore (11)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (6)
316
if (da.
StylusTip
!= StylusTip.Ellipse)
333
if (da.
StylusTip
== StylusTip.Ellipse)
347
if (da.
StylusTip
== StylusTip.Ellipse &&
600
System.Diagnostics.Debug.Assert(da.
StylusTip
!= StylusTip.Ellipse, "StylusTip was put in the EPC for the default value!");
611
Int32 stylusTip = Convert.ToInt32(da.
StylusTip
, System.Globalization.CultureInfo.InvariantCulture);
646
da.
StylusTip
== StylusTip.Ellipse &&
MS\Internal\Ink\StrokeRenderer.cs (1)
254
bool isEllipse = drawingAttributes.
StylusTip
== StylusTip.Ellipse;
System\Windows\Ink\DrawingAttributes.cs (4)
382
if (this.
StylusTip
== StylusTip.Rectangle)
747
if (left.
StylusTip
== right.
StylusTip
&&
964
OnPropertyChanged(nameof(
StylusTip
));
PresentationFramework (1)
MS\Internal\Ink\PenCursorManager.cs (1)
334
StylusTip = drawingAttributes.
StylusTip