8 references to NumeralAlignmentProperty
PresentationFramework (8)
System\Windows\Documents\TextElement.cs (1)
1066
group.SetNumeralAlignment((FontNumeralAlignment) element.GetValue(Typography.
NumeralAlignmentProperty
));
System\Windows\Documents\Typography.cs (7)
313
get { return (FontNumeralAlignment) _owner.GetValue(
NumeralAlignmentProperty
); }
314
set { _owner.SetValue(
NumeralAlignmentProperty
, value); }
1323
/// <seealso cref="Typography.
NumeralAlignmentProperty
" />
1328
element.SetValue(
NumeralAlignmentProperty
, value);
1335
/// <seealso cref="Typography.
NumeralAlignmentProperty
" />
1341
return (FontNumeralAlignment)element.GetValue(
NumeralAlignmentProperty
);
1951
NumeralAlignmentProperty
,