8 references to NumeralAlignmentProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1067
group.SetNumeralAlignment((FontNumeralAlignment) element.GetValue(Typography.
NumeralAlignmentProperty
));
System\Windows\Documents\Typography.cs (7)
314
get { return (FontNumeralAlignment) _owner.GetValue(
NumeralAlignmentProperty
); }
315
set { _owner.SetValue(
NumeralAlignmentProperty
, value); }
1324
/// <seealso cref="Typography.
NumeralAlignmentProperty
" />
1329
element.SetValue(
NumeralAlignmentProperty
, value);
1336
/// <seealso cref="Typography.
NumeralAlignmentProperty
" />
1342
return (FontNumeralAlignment)element.GetValue(
NumeralAlignmentProperty
);
1952
NumeralAlignmentProperty
,