4 writes to TextWrapping
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
WpfClassificationExtensions.cs (1)
92TextWrapping = wrap ? TextWrapping.Wrap : TextWrapping.NoWrap,
Microsoft.VisualStudio.LanguageServices (1)
PreviewPane\PreviewPane.xaml.cs (1)
273TextWrapping = TextWrapping.Wrap,
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (2)
345_textBlock1.TextWrapping = TextWrapping.WrapWithOverflow; 381_textBlock1.TextWrapping = TextWrapping.WrapWithOverflow;
1 reference to TextWrapping
PresentationFramework (1)
System\Windows\Controls\TextBlock.cs (1)
1088/// DependencyProperty for <see cref="TextWrapping" /> property.