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