6 writes to StylusTip
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (2)
325
da.
StylusTip
= StylusTip.Ellipse;
338
da.
StylusTip
= StylusTip.Rectangle;
PresentationFramework (4)
MS\Internal\Ink\PenCursorManager.cs (3)
65
da.
StylusTip
= StylusTip.Rectangle;
69
da.
StylusTip
= StylusTip.Ellipse;
333
StylusTip
= drawingAttributes.StylusTip
System\Windows\Controls\StickyNote.cs (1)
1750
da.
StylusTip
= StylusTip.Ellipse;
12 references to StylusTip
PresentationCore (11)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (6)
315
if (da.
StylusTip
!= StylusTip.Ellipse)
332
if (da.
StylusTip
== StylusTip.Ellipse)
346
if (da.
StylusTip
== StylusTip.Ellipse &&
599
System.Diagnostics.Debug.Assert(da.
StylusTip
!= StylusTip.Ellipse, "StylusTip was put in the EPC for the default value!");
610
Int32 stylusTip = Convert.ToInt32(da.
StylusTip
, System.Globalization.CultureInfo.InvariantCulture);
645
da.
StylusTip
== StylusTip.Ellipse &&
MS\Internal\Ink\StrokeRenderer.cs (1)
253
bool isEllipse = drawingAttributes.
StylusTip
== StylusTip.Ellipse;
System\Windows\Ink\DrawingAttributes.cs (4)
381
if (this.
StylusTip
== StylusTip.Rectangle)
746
if (left.
StylusTip
== right.
StylusTip
&&
963
OnPropertyChanged(nameof(
StylusTip
));
PresentationFramework (1)
MS\Internal\Ink\PenCursorManager.cs (1)
333
StylusTip = drawingAttributes.
StylusTip