9 references to PenTip
PresentationCore (9)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (9)
74internal static bool IsDefined(PenTip penTip) 76if (penTip < PenTip.Circle || penTip > PenTip.Rectangle) 114PenTip penTip = PenTip.Default; 152penTip = (PenTip)dw; 313if (penTip == PenTip.Default) 332System.Diagnostics.Debug.Assert(penTip == PenTip.Rectangle); 607cbData += SerializationHelper.Encode(stream, (uint)PenTip.Rectangle);