15 references to Ellipse
PresentationCore (13)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (6)
315if (da.StylusTip != StylusTip.Ellipse) 325da.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!"); 645da.StylusTip == StylusTip.Ellipse &&
MS\Internal\Ink\StrokeRenderer.cs (1)
253bool isEllipse = drawingAttributes.StylusTip == StylusTip.Ellipse;
MS\Internal\Ink\StylusShape.cs (2)
269System.Diagnostics.Debug.Assert(m_tip == StylusTip.Ellipse); 342: base(StylusTip.Ellipse, width, height, rotation)
System\Windows\Ink\DrawingAttributes.cs (3)
94Debug.Assert(StylusTip.Ellipse == (StylusTip)GetDefaultDrawingAttributeValue(KnownIds.StylusTip)); 95return StylusTip.Ellipse; 668return StylusTip.Ellipse;
System\Windows\Ink\StylusTip.cs (1)
29if (stylusTip < StylusTip.Rectangle || stylusTip > StylusTip.Ellipse)
PresentationFramework (2)
MS\Internal\Ink\PenCursorManager.cs (1)
69da.StylusTip = StylusTip.Ellipse;
System\Windows\Controls\StickyNote.cs (1)
1750da.StylusTip = StylusTip.Ellipse;