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