2 writes to _numeralAlignment
PresentationFramework (2)
src\Framework\MS\Internal\Text\TypographyProperties.cs (2)
597
_numeralAlignment
= value;
769
_numeralAlignment
= FontNumeralAlignment.Normal;
4 references to _numeralAlignment
PresentationFramework (4)
src\Framework\MS\Internal\Text\TypographyProperties.cs (4)
592
get { return
_numeralAlignment
; }
713
_numeralAlignment
== genericOther.
_numeralAlignment
&&
729
(int)
_numeralAlignment
<< 18 ^