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