11 references to NoWrap
PresentationCore (1)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1098_that._defaultParaProps.SetTextWrapping(TextWrapping.NoWrap);
PresentationFramework (10)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
442lineProperties.TextWrapping != TextWrapping.NoWrap;
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
1501return StructuralCache.IsOptimalParagraphEnabled && GetLineProperties(false, 0).TextWrapping != TextWrapping.NoWrap;
src\Framework\MS\Internal\Text\LineProperties.cs (1)
450public override TextWrapping TextWrapping { get { return TextWrapping.NoWrap; } }
src\Framework\System\Windows\Controls\AccessText.cs (1)
381TextWrapping.NoWrap,
src\Framework\System\Windows\Controls\TextBlock.cs (5)
1175TextWrapping.NoWrap, 1290bypassMeasure = DoubleUtil.AreClose(constraint.Width, _referenceSize.Width) || (lineProperties.TextWrapping == TextWrapping.NoWrap); 1296(lineProperties.TextWrapping == TextWrapping.NoWrap) && 1417lineProperties.TextWrapping == TextWrapping.NoWrap && 3793|| value == TextWrapping.NoWrap
src\Framework\System\Windows\Controls\TextBox.cs (1)
614TextWrapping.NoWrap,