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