10 references to RightToLeft
PresentationCore (10)
MS\Internal\TextFormatting\FullTextLine.cs (1)
390if (pap.RightToLeft)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
371lspap.lstflow = pap.RightToLeft ? LsTFlow.lstflowWS : LsTFlow.lstflowES;
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
97if( pap.RightToLeft
MS\Internal\TextFormatting\TextStore.cs (7)
810get { return _settings.Pap.RightToLeft ? 1 : 0; } 1203Pap.RightToLeft; 1600uniformBidiLevel = (Pap.RightToLeft ? 1 : 0); 1615Debug.Assert(uniformBidiLevel == (Pap.RightToLeft ? 1 : 0)); 1683_settings.Pap.RightToLeft; 1781(byte)(Pap.RightToLeft ? 1 : 0) 2520: base (settings.Pap.RightToLeft)