4 writes to TextWrapping
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
WpfClassificationExtensions.cs (1)
92
TextWrapping
= wrap ? TextWrapping.Wrap : TextWrapping.NoWrap,
Microsoft.VisualStudio.LanguageServices (1)
PreviewPane\PreviewPane.xaml.cs (1)
273
TextWrapping
= 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.