6 writes to StrongCharClass
PresentationCore (6)
MS\Internal\TextFormatting\Bidi.cs (2)
543
StrongCharClass
= DirectionClass.Left;
555
set {
StrongCharClass
= value;}
MS\Internal\TextFormatting\TextStore.cs (4)
2510
StrongCharClass
= DirectionClass.ClassInvalid;
2596
this.
StrongCharClass
= value;
2636
this.
StrongCharClass
= strongClass;
2667
this.
StrongCharClass
= ((CurrentLevel & 1) == 0) ? DirectionClass.Left : DirectionClass.ArabicLetter;
3 references to StrongCharClass
PresentationCore (3)
MS\Internal\TextFormatting\Bidi.cs (1)
554
get { return
StrongCharClass
; }
MS\Internal\TextFormatting\TextStore.cs (2)
2587
if (this.
StrongCharClass
== DirectionClass.ClassInvalid)
2591
return this.
StrongCharClass
;