9 references to PenTip
PresentationCore (9)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (9)
84internal static bool IsDefined(PenTip penTip) 86if (penTip < PenTip.Circle || penTip > PenTip.Rectangle) 134PenTip penTip = PenTip.Default; 172penTip = (PenTip)dw; 333if (penTip == PenTip.Default) 352System.Diagnostics.Debug.Assert(penTip == PenTip.Rectangle); 656cbData += SerializationHelper.Encode(stream, (uint)PenTip.Rectangle);