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