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