7 writes to NumberClass
PresentationCore (7)
MS\Internal\TextFormatting\Bidi.cs (2)
542NumberClass = DirectionClass.Left; 564set { NumberClass = value; }
MS\Internal\TextFormatting\TextStore.cs (5)
2509NumberClass = DirectionClass.ClassInvalid; 2576set { this.NumberClass = value; } 2597this.NumberClass = value; 2646this.NumberClass = numberClass; 2672this.NumberClass = ((CurrentLevel & 1) == 0) ? DirectionClass.Left : DirectionClass.ArabicNumber;
4 references to NumberClass
PresentationCore (4)
MS\Internal\TextFormatting\Bidi.cs (1)
563get { return NumberClass; }
MS\Internal\TextFormatting\TextStore.cs (3)
2568if (this.NumberClass == DirectionClass.ClassInvalid ) 2573return this.NumberClass; 2638if (this.NumberClass == DirectionClass.ClassInvalid)