11 references to StylusTipTransform
PresentationCore (11)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (1)
814
else if (id == KnownIds.
StylusTipTransform
)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (2)
270
else if (KnownIds.
StylusTipTransform
== guid)
567
if (epcClone[x].Id == KnownIds.
StylusTipTransform
)
System\Windows\Ink\DrawingAttributes.cs (8)
121
if (!_extendedProperties.Contains(KnownIds.
StylusTipTransform
))
123
Debug.Assert(Matrix.Identity == (Matrix)GetDefaultDrawingAttributeValue(KnownIds.
StylusTipTransform
));
126
return (Matrix)GetExtendedPropertyBackedProperty(KnownIds.
StylusTipTransform
);
138
SetExtendedPropertyBackedProperty(KnownIds.
StylusTipTransform
, value);
679
if (KnownIds.
StylusTipTransform
== id)
702
if (propertyDataId == KnownIds.
StylusTipTransform
)
766
guid == KnownIds.
StylusTipTransform
|| guid == KnownIds.StylusTip ||
965
else if ( e.PropertyGuid == KnownIds.
StylusTipTransform
)