6 references to Square
PresentationCore (4)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Generated\PenLineCapValidation.cs (1)
30(value == PenLineCap.Square) ||
System\Windows\Media\Generated\Pen.cs (2)
539internal const PenLineCap c_DashCap = PenLineCap.Square; 608PenLineCap.Square,
System\Windows\Media\Pen.cs (1)
84Debug.Assert((MIL_PEN_CAP)PenLineCap.Square == MIL_PEN_CAP.MilPenCapSquare);
PresentationFramework (2)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
64StartLineCap = PenLineCap.Square, 65EndLineCap = PenLineCap.Square