8 references to NumeralAlignmentProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1082
group.SetNumeralAlignment((FontNumeralAlignment) element.GetValue(Typography.
NumeralAlignmentProperty
));
System\Windows\Documents\Typography.cs (7)
327
get { return (FontNumeralAlignment) _owner.GetValue(
NumeralAlignmentProperty
); }
328
set { _owner.SetValue(
NumeralAlignmentProperty
, value); }
1337
/// <seealso cref="Typography.
NumeralAlignmentProperty
" />
1342
element.SetValue(
NumeralAlignmentProperty
, value);
1349
/// <seealso cref="Typography.
NumeralAlignmentProperty
" />
1355
return (FontNumeralAlignment)element.GetValue(
NumeralAlignmentProperty
);
1965
NumeralAlignmentProperty
,