6 writes to StrongCharClass
PresentationCore (6)
MS\Internal\TextFormatting\Bidi.cs (2)
544StrongCharClass = DirectionClass.Left; 556set { StrongCharClass = value;}
MS\Internal\TextFormatting\TextStore.cs (4)
2511StrongCharClass = DirectionClass.ClassInvalid; 2597this.StrongCharClass = value; 2637this.StrongCharClass = strongClass; 2668this.StrongCharClass = ((CurrentLevel & 1) == 0) ? DirectionClass.Left : DirectionClass.ArabicLetter;
3 references to StrongCharClass
PresentationCore (3)
MS\Internal\TextFormatting\Bidi.cs (1)
555get { return StrongCharClass; }
MS\Internal\TextFormatting\TextStore.cs (2)
2588if (this.StrongCharClass == DirectionClass.ClassInvalid) 2592return this.StrongCharClass;