8 references to NumeralAlignmentProperty
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElement.cs (1)
1127
group.SetNumeralAlignment((FontNumeralAlignment) element.GetValue(Typography.
NumeralAlignmentProperty
));
src\Framework\System\Windows\Documents\Typography.cs (7)
335
get { return (FontNumeralAlignment) _owner.GetValue(
NumeralAlignmentProperty
); }
336
set { _owner.SetValue(
NumeralAlignmentProperty
, value); }
1567
/// <seealso cref="Typography.
NumeralAlignmentProperty
" />
1575
element.SetValue(
NumeralAlignmentProperty
, value);
1582
/// <seealso cref="Typography.
NumeralAlignmentProperty
" />
1591
return (FontNumeralAlignment)element.GetValue(
NumeralAlignmentProperty
);
2231
NumeralAlignmentProperty
,