10 references to RightToLeft
PresentationCore (10)
MS\Internal\TextFormatting\FullTextLine.cs (1)
376if (pap.RightToLeft)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
340lspap.lstflow = pap.RightToLeft ? LsTFlow.lstflowWS : LsTFlow.lstflowES;
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
87if( pap.RightToLeft
MS\Internal\TextFormatting\TextStore.cs (7)
794get { return _settings.Pap.RightToLeft ? 1 : 0; } 1187Pap.RightToLeft; 1584uniformBidiLevel = (Pap.RightToLeft ? 1 : 0); 1599Debug.Assert(uniformBidiLevel == (Pap.RightToLeft ? 1 : 0)); 1667_settings.Pap.RightToLeft; 1765(byte)(Pap.RightToLeft ? 1 : 0) 2504: base (settings.Pap.RightToLeft)