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