6 references to NumeralAlignmentProperty
PresentationFramework (6)
System\Windows\Documents\TextElement.cs (1)
1066
group.SetNumeralAlignment((FontNumeralAlignment) element.GetValue(Typography.
NumeralAlignmentProperty
));
System\Windows\Documents\Typography.cs (5)
313
get { return (FontNumeralAlignment) _owner.GetValue(
NumeralAlignmentProperty
); }
314
set { _owner.SetValue(
NumeralAlignmentProperty
, value); }
1328
element.SetValue(
NumeralAlignmentProperty
, value);
1341
return (FontNumeralAlignment)element.GetValue(
NumeralAlignmentProperty
);
1951
NumeralAlignmentProperty
,