12 references to StylusTip
PresentationCore (12)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
52else if (attribute.Id == KnownIds.StylusTip) 799else if (id == KnownIds.StylusTip)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (3)
597if (da.ContainsPropertyData(KnownIds.StylusTip)) 612ExtendedPropertySerializer.EncodeAttribute(KnownIds.StylusTip, stylusTip, type, localStream); 614cbData += ExtendedPropertySerializer.EncodeAsISF(KnownIds.StylusTip, localStream.ToArray(), stream, guidList, 0, true);
System\Windows\Ink\DrawingAttributes.cs (7)
92if (!_extendedProperties.Contains(KnownIds.StylusTip)) 94Debug.Assert(StylusTip.Ellipse == (StylusTip)GetDefaultDrawingAttributeValue(KnownIds.StylusTip)); 100Debug.Assert(StylusTip.Rectangle == (StylusTip)GetExtendedPropertyBackedProperty(KnownIds.StylusTip)); 109SetExtendedPropertyBackedProperty(KnownIds.StylusTip, value); 666if (KnownIds.StylusTip == id) 766guid == KnownIds.StylusTipTransform || guid == KnownIds.StylusTip || 961else if ( e.PropertyGuid == KnownIds.StylusTip)