9 references to PenTip
PresentationCore (9)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (9)
73internal static bool IsDefined(PenTip penTip) 75if (penTip < PenTip.Circle || penTip > PenTip.Rectangle) 113PenTip penTip = PenTip.Default; 151penTip = (PenTip)dw; 312if (penTip == PenTip.Default) 331System.Diagnostics.Debug.Assert(penTip == PenTip.Rectangle); 606cbData += SerializationHelper.Encode(stream, (uint)PenTip.Rectangle);