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