10 references to RightToLeft
PresentationCore (10)
MS\Internal\TextFormatting\FullTextLine.cs (1)
375if (pap.RightToLeft)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
352lspap.lstflow = pap.RightToLeft ? LsTFlow.lstflowWS : LsTFlow.lstflowES;
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
88if( pap.RightToLeft
MS\Internal\TextFormatting\TextStore.cs (7)
795get { return _settings.Pap.RightToLeft ? 1 : 0; } 1188Pap.RightToLeft; 1585uniformBidiLevel = (Pap.RightToLeft ? 1 : 0); 1600Debug.Assert(uniformBidiLevel == (Pap.RightToLeft ? 1 : 0)); 1668_settings.Pap.RightToLeft; 1766(byte)(Pap.RightToLeft ? 1 : 0) 2505: base (settings.Pap.RightToLeft)