11 references to StylusTipTransform
PresentationCore (11)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (1)
868
else if (id == KnownIds.
StylusTipTransform
)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (2)
291
else if (KnownIds.
StylusTipTransform
== guid)
608
if (epcClone[x].Id == KnownIds.
StylusTipTransform
)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (8)
135
if (!_extendedProperties.Contains(KnownIds.
StylusTipTransform
))
137
Debug.Assert(Matrix.Identity == (Matrix)GetDefaultDrawingAttributeValue(KnownIds.
StylusTipTransform
));
140
return (Matrix)GetExtendedPropertyBackedProperty(KnownIds.
StylusTipTransform
);
152
SetExtendedPropertyBackedProperty(KnownIds.
StylusTipTransform
, value);
693
if (KnownIds.
StylusTipTransform
== id)
718
else if (propertyDataId == KnownIds.
StylusTipTransform
)
783
guid == KnownIds.
StylusTipTransform
|| guid == KnownIds.StylusTip ||
984
else if ( e.PropertyGuid == KnownIds.
StylusTipTransform
)