15 references to Ellipse
PresentationCore (13)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (6)
326if (da.StylusTip != StylusTip.Ellipse) 336da.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!"); 656da.StylusTip == StylusTip.Ellipse &&
MS\Internal\Ink\StrokeRenderer.cs (1)
257bool isEllipse = drawingAttributes.StylusTip == StylusTip.Ellipse;
MS\Internal\Ink\StylusShape.cs (2)
277System.Diagnostics.Debug.Assert(m_tip == StylusTip.Ellipse); 350: base(StylusTip.Ellipse, width, height, rotation)
System\Windows\Ink\DrawingAttributes.cs (3)
106Debug.Assert(StylusTip.Ellipse == (StylusTip)GetDefaultDrawingAttributeValue(KnownIds.StylusTip)); 107return StylusTip.Ellipse; 680return StylusTip.Ellipse;
System\Windows\Ink\StylusTip.cs (1)
33if (stylusTip < StylusTip.Rectangle || stylusTip > StylusTip.Ellipse)
PresentationFramework (2)
MS\Internal\Ink\PenCursorManager.cs (1)
75da.StylusTip = StylusTip.Ellipse;
System\Windows\Controls\StickyNote.cs (1)
1792da.StylusTip = StylusTip.Ellipse;