20 references to TextBlock
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
58
var block = new
TextBlock
InlineHints\InlineHintsTag.cs (1)
129
var block = new
TextBlock
WpfClassificationExtensions.cs (1)
90
var textBlock = new
TextBlock
Microsoft.VisualStudio.LanguageServices (3)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyphViewModel.cs (1)
70
_lazyToolTipTextBlock = new
TextBlock
PreviewPane\PreviewPane.xaml.cs (1)
268
return new
TextBlock
()
UnusedReferences\Dialog\UnusedReferencesTableProvider.ColumnDefinitions.cs (1)
68
var block = new
TextBlock
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\Formatting\IndentationViewModel.cs (1)
87
Items.Add(new
TextBlock
() { Text = CSharpVSResources.Label_Indentation });
PresentationFramework (9)
System\Windows\Controls\AccessText.cs (1)
512
_textBlock = new
TextBlock
();
System\Windows\Controls\ContentPresenter.cs (1)
970
TextBlock text = new
TextBlock
();
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
165
TextBlock outerBlock = new
TextBlock
();
System\Windows\Controls\DataGridTextColumn.cs (1)
81
TextBlock textBlock = new
TextBlock
();
System\Windows\Controls\GridViewRowPresenter.cs (1)
584
cell = new
TextBlock
System\Windows\Controls\Primitives\Popup.cs (1)
1312
TextBlock lbl = new
TextBlock
System\windows\Documents\TextEditorContextMenu.cs (1)
490
TextBlock text = new
TextBlock
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11017
DefaultConstructor = delegate () { return new System.Windows.Controls.
TextBlock
(); },
System\Windows\Markup\KnownTypes.cs (1)
1585
case KnownElements.TextBlock: o = new System.Windows.Controls.
TextBlock
(); break;
PresentationUI (2)
MS\Internal\Documents\RightsManagementResourceHelper.cs (1)
123
_frameworkElement = new
TextBlock
();
MS\Internal\Documents\SignatureResourceHelper.cs (1)
150
_frameworkElement = new
TextBlock
();
Roslyn.VisualStudio.DiagnosticsWindow (2)
OptionPages\ForceLowMemoryModePage.cs (1)
42
lowMemoryGroup.Children.Add(new
TextBlock
{ Text = "megabytes of extra memory in devenv.exe" });
PerfMargin\PerfMarginPanel.cs (1)
102
var label = new
TextBlock
();