6 writes to StrongCharClass
PresentationCore (6)
MS\Internal\TextFormatting\Bidi.cs (2)
552
StrongCharClass
= DirectionClass.Left;
564
set {
StrongCharClass
= value;}
MS\Internal\TextFormatting\TextStore.cs (4)
2526
StrongCharClass
= DirectionClass.ClassInvalid;
2612
this.
StrongCharClass
= value;
2652
this.
StrongCharClass
= strongClass;
2683
this.
StrongCharClass
= ((CurrentLevel & 1) == 0) ? DirectionClass.Left : DirectionClass.ArabicLetter;
3 references to StrongCharClass
PresentationCore (3)
MS\Internal\TextFormatting\Bidi.cs (1)
563
get { return
StrongCharClass
; }
MS\Internal\TextFormatting\TextStore.cs (2)
2603
if (this.
StrongCharClass
== DirectionClass.ClassInvalid)
2607
return this.
StrongCharClass
;