2 writes to _numeralAlignment
PresentationFramework (2)
MS\Internal\Text\TypographyProperties.cs (2)
593
_numeralAlignment
= value;
765
_numeralAlignment
= FontNumeralAlignment.Normal;
4 references to _numeralAlignment
PresentationFramework (4)
MS\Internal\Text\TypographyProperties.cs (4)
588
get { return
_numeralAlignment
; }
709
_numeralAlignment
== genericOther.
_numeralAlignment
&&
725
(int)
_numeralAlignment
<< 18 ^