7 writes to NumberClass
PresentationCore (7)
MS\Internal\TextFormatting\Bidi.cs (2)
543NumberClass = DirectionClass.Left; 565set { NumberClass = value; }
MS\Internal\TextFormatting\TextStore.cs (5)
2510NumberClass = DirectionClass.ClassInvalid; 2577set { this.NumberClass = value; } 2598this.NumberClass = value; 2647this.NumberClass = numberClass; 2673this.NumberClass = ((CurrentLevel & 1) == 0) ? DirectionClass.Left : DirectionClass.ArabicNumber;
4 references to NumberClass
PresentationCore (4)
MS\Internal\TextFormatting\Bidi.cs (1)
564get { return NumberClass; }
MS\Internal\TextFormatting\TextStore.cs (3)
2569if (this.NumberClass == DirectionClass.ClassInvalid ) 2574return this.NumberClass; 2639if (this.NumberClass == DirectionClass.ClassInvalid)