3 references to EmergencyWrap
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
361if (!pap.EmergencyWrap)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1569settings.Pap.EmergencyWrap,
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
128get { return _paragraphProperties.TextWrapping == TextWrapping.WrapWithOverflow || EmergencyWrap; }