12 references to StylusTip
PresentationCore (12)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
52
else if (attribute.Id == KnownIds.
StylusTip
)
799
else if (id == KnownIds.
StylusTip
)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (3)
597
if (da.ContainsPropertyData(KnownIds.
StylusTip
))
612
ExtendedPropertySerializer.EncodeAttribute(KnownIds.
StylusTip
, stylusTip, type, localStream);
614
cbData += ExtendedPropertySerializer.EncodeAsISF(KnownIds.
StylusTip
, localStream.ToArray(), stream, guidList, 0, true);
System\Windows\Ink\DrawingAttributes.cs (7)
92
if (!_extendedProperties.Contains(KnownIds.
StylusTip
))
94
Debug.Assert(StylusTip.Ellipse == (StylusTip)GetDefaultDrawingAttributeValue(KnownIds.
StylusTip
));
100
Debug.Assert(StylusTip.Rectangle == (StylusTip)GetExtendedPropertyBackedProperty(KnownIds.
StylusTip
));
109
SetExtendedPropertyBackedProperty(KnownIds.
StylusTip
, value);
666
if (KnownIds.
StylusTip
== id)
766
guid == KnownIds.StylusTipTransform || guid == KnownIds.
StylusTip
||
961
else if ( e.PropertyGuid == KnownIds.
StylusTip
)