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