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