15 references to Ellipse
PresentationCore (13)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (6)
316if (da.StylusTip != StylusTip.Ellipse) 326da.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!"); 646da.StylusTip == StylusTip.Ellipse &&
MS\Internal\Ink\StrokeRenderer.cs (1)
254bool isEllipse = drawingAttributes.StylusTip == StylusTip.Ellipse;
MS\Internal\Ink\StylusShape.cs (2)
270System.Diagnostics.Debug.Assert(m_tip == StylusTip.Ellipse); 343: base(StylusTip.Ellipse, width, height, rotation)
System\Windows\Ink\DrawingAttributes.cs (3)
95Debug.Assert(StylusTip.Ellipse == (StylusTip)GetDefaultDrawingAttributeValue(KnownIds.StylusTip)); 96return StylusTip.Ellipse; 669return StylusTip.Ellipse;
System\Windows\Ink\StylusTip.cs (1)
30if (stylusTip < StylusTip.Rectangle || stylusTip > StylusTip.Ellipse)
PresentationFramework (2)
MS\Internal\Ink\PenCursorManager.cs (1)
70da.StylusTip = StylusTip.Ellipse;
System\Windows\Controls\StickyNote.cs (1)
1751da.StylusTip = StylusTip.Ellipse;