6 writes to StrongCharClass
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\Bidi.cs (2)
564StrongCharClass = DirectionClass.Left; 576set { StrongCharClass = value;}
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (4)
2536StrongCharClass = DirectionClass.ClassInvalid; 2622this.StrongCharClass = value; 2662this.StrongCharClass = strongClass; 2693this.StrongCharClass = ((CurrentLevel & 1) == 0) ? DirectionClass.Left : DirectionClass.ArabicLetter;
3 references to StrongCharClass
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\Bidi.cs (1)
575get { return StrongCharClass; }
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (2)
2613if (this.StrongCharClass == DirectionClass.ClassInvalid) 2617return this.StrongCharClass;