8 references to CapitalSpacingProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1098
group.SetCapitalSpacing((bool) element.GetValue(Typography.
CapitalSpacingProperty
));
src\Framework\System\Windows\Documents\Typography.cs (7)
132
get { return (bool) _owner.GetValue(
CapitalSpacingProperty
); }
133
set { _owner.SetValue(
CapitalSpacingProperty
, value); }
639
/// <seealso cref="Typography.
CapitalSpacingProperty
" />
647
element.SetValue(
CapitalSpacingProperty
, value);
654
/// <seealso cref="Typography.
CapitalSpacingProperty
" />
663
return (bool)element.GetValue(
CapitalSpacingProperty
);
2202
CapitalSpacingProperty
,