14 references to StylusHeight
PresentationCore (14)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
903else if ( id == KnownIds.StylusHeight || id == KnownIds.StylusWidth ) 912if (id == KnownIds.StylusHeight)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (4)
218else if (KnownIds.StylusHeight == guid || KnownIds.StylusWidth == guid) 387double height = DoubleUtil.IsZero(stylusHeight) ? (Double)DrawingAttributes.GetDefaultDrawingAttributeValue(KnownIds.StylusHeight) : stylusHeight; 679Guid guid = (i == 0) ? KnownIds.StylusWidth : KnownIds.StylusHeight; 696guid == KnownIds.StylusHeight &&
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (8)
164if (!_extendedProperties.Contains(KnownIds.StylusHeight)) 166Debug.Assert(DrawingAttributes.DefaultHeight == (double)GetDefaultDrawingAttributeValue(KnownIds.StylusHeight)); 169return (double)GetExtendedPropertyBackedProperty(KnownIds.StylusHeight); 179SetExtendedPropertyBackedProperty(KnownIds.StylusHeight, value); 689if (KnownIds.StylusHeight == id) 742KnownIds.StylusHeight == id || 782if (guid == KnownIds.StylusHeight || guid == KnownIds.StylusWidth || 988else if ( e.PropertyGuid == KnownIds.StylusHeight)