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