7 writes to NumberClass
PresentationCore (7)
MS\Internal\TextFormatting\Bidi.cs (2)
551NumberClass = DirectionClass.Left; 573set { NumberClass = value; }
MS\Internal\TextFormatting\TextStore.cs (5)
2525NumberClass = DirectionClass.ClassInvalid; 2592set { this.NumberClass = value; } 2613this.NumberClass = value; 2662this.NumberClass = numberClass; 2688this.NumberClass = ((CurrentLevel & 1) == 0) ? DirectionClass.Left : DirectionClass.ArabicNumber;
4 references to NumberClass
PresentationCore (4)
MS\Internal\TextFormatting\Bidi.cs (1)
572get { return NumberClass; }
MS\Internal\TextFormatting\TextStore.cs (3)
2584if (this.NumberClass == DirectionClass.ClassInvalid ) 2589return this.NumberClass; 2654if (this.NumberClass == DirectionClass.ClassInvalid)