3 references to Rectangle
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (3)
86if (penTip < PenTip.Circle || penTip > PenTip.Rectangle) 342System.Diagnostics.Debug.Assert(penTip == PenTip.Rectangle); 617cbData += SerializationHelper.Encode(stream, (uint)PenTip.Rectangle);