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