6 writes to StylusTip
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (2)
346da.StylusTip = StylusTip.Ellipse; 359da.StylusTip = StylusTip.Rectangle;
PresentationFramework (4)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (3)
78da.StylusTip = StylusTip.Rectangle; 82da.StylusTip = StylusTip.Ellipse; 364da.StylusTip = drawingAttributes.StylusTip;
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1829da.StylusTip = StylusTip.Ellipse;
11 references to StylusTip
PresentationCore (10)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (6)
336if (da.StylusTip != StylusTip.Ellipse) 353if (da.StylusTip == StylusTip.Ellipse) 367if (da.StylusTip == StylusTip.Ellipse && 649System.Diagnostics.Debug.Assert(da.StylusTip != StylusTip.Ellipse, "StylusTip was put in the EPC for the default value!"); 660Int32 stylusTip = Convert.ToInt32(da.StylusTip, System.Globalization.CultureInfo.InvariantCulture); 695da.StylusTip == StylusTip.Ellipse &&
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (1)
263bool isEllipse = drawingAttributes.StylusTip == StylusTip.Ellipse;
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (3)
395if (this.StylusTip == StylusTip.Rectangle) 763if (left.StylusTip == right.StylusTip &&
PresentationFramework (1)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
364da.StylusTip = drawingAttributes.StylusTip;