6 references to CapitalSpacingProperty
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1037group.SetCapitalSpacing((bool) element.GetValue(Typography.CapitalSpacingProperty));
System\Windows\Documents\Typography.cs (5)
110get { return (bool) _owner.GetValue(CapitalSpacingProperty); } 111set { _owner.SetValue(CapitalSpacingProperty, value); } 574element.SetValue(CapitalSpacingProperty, value); 587return (bool)element.GetValue(CapitalSpacingProperty); 1922CapitalSpacingProperty,