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