9 references to PenTip
PresentationCore (9)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (9)
84internal static bool IsDefined(PenTip penTip) 86if (penTip < PenTip.Circle || penTip > PenTip.Rectangle) 124PenTip penTip = PenTip.Default; 162penTip = (PenTip)dw; 323if (penTip == PenTip.Default) 342System.Diagnostics.Debug.Assert(penTip == PenTip.Rectangle); 617cbData += SerializationHelper.Encode(stream, (uint)PenTip.Rectangle);