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