15 references to Ellipse
PresentationCore (13)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (6)
336if (da.StylusTip != StylusTip.Ellipse) 346da.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!"); 695da.StylusTip == StylusTip.Ellipse &&
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (1)
263bool isEllipse = drawingAttributes.StylusTip == StylusTip.Ellipse;
Core\CSharp\MS\Internal\Ink\StylusShape.cs (2)
280System.Diagnostics.Debug.Assert(m_tip == StylusTip.Ellipse); 354: base(StylusTip.Ellipse, width, height, rotation)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (3)
108Debug.Assert(StylusTip.Ellipse == (StylusTip)GetDefaultDrawingAttributeValue(KnownIds.StylusTip)); 109return StylusTip.Ellipse; 682return StylusTip.Ellipse;
Core\CSharp\System\Windows\Ink\StylusTip.cs (1)
34if (stylusTip < StylusTip.Rectangle || stylusTip > StylusTip.Ellipse)
PresentationFramework (2)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
82da.StylusTip = StylusTip.Ellipse;
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1829da.StylusTip = StylusTip.Ellipse;