12 references to StylusTip
PresentationCore (12)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
68
else if (attribute.Id == KnownIds.
StylusTip
)
853
else if (id == KnownIds.
StylusTip
)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (3)
647
if (da.ContainsPropertyData(KnownIds.
StylusTip
))
662
ExtendedPropertySerializer.EncodeAttribute(KnownIds.
StylusTip
, stylusTip, type, localStream);
664
cbData += ExtendedPropertySerializer.EncodeAsISF(KnownIds.
StylusTip
, localStream.ToArray(), stream, guidList, 0, true);
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (7)
106
if (!_extendedProperties.Contains(KnownIds.
StylusTip
))
108
Debug.Assert(StylusTip.Ellipse == (StylusTip)GetDefaultDrawingAttributeValue(KnownIds.
StylusTip
));
114
Debug.Assert(StylusTip.Rectangle == (StylusTip)GetExtendedPropertyBackedProperty(KnownIds.
StylusTip
));
123
SetExtendedPropertyBackedProperty(KnownIds.
StylusTip
, value);
680
if (KnownIds.
StylusTip
== id)
783
guid == KnownIds.StylusTipTransform || guid == KnownIds.
StylusTip
||
980
else if ( e.PropertyGuid == KnownIds.
StylusTip
)