6 references to Square
PresentationCore (4)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\PenLineCapValidation.cs (1)
43(value == PenLineCap.Square) ||
System\Windows\Media\Generated\Pen.cs (2)
548internal const PenLineCap c_DashCap = PenLineCap.Square; 618PenLineCap.Square,
System\Windows\Media\Pen.cs (1)
93Debug.Assert((MIL_PEN_CAP)PenLineCap.Square == MIL_PEN_CAP.MilPenCapSquare);
PresentationFramework (2)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
71squareCapPen.StartLineCap = PenLineCap.Square; 72squareCapPen.EndLineCap = PenLineCap.Square;