23 references to TextBlock
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
57var block = new TextBlock
InlineHints\InlineHintsTag.cs (1)
129var block = new TextBlock
WpfClassificationExtensions.cs (1)
90var textBlock = new TextBlock
Microsoft.VisualStudio.LanguageServices (3)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyphViewModel.cs (1)
70_lazyToolTipTextBlock = new TextBlock
PreviewPane\PreviewPane.xaml.cs (1)
269return new TextBlock()
UnusedReferences\Dialog\UnusedReferencesTableProvider.ColumnDefinitions.cs (1)
67var block = new TextBlock
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\Formatting\IndentationViewModel.cs (1)
87Items.Add(new TextBlock() { Text = CSharpVSResources.Label_Indentation });
PresentationFramework (9)
System\Windows\Controls\AccessText.cs (1)
511_textBlock = new TextBlock();
System\Windows\Controls\ContentPresenter.cs (1)
969TextBlock text = new TextBlock();
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
164TextBlock outerBlock = new TextBlock();
System\Windows\Controls\DataGridTextColumn.cs (1)
80TextBlock textBlock = new TextBlock();
System\Windows\Controls\GridViewRowPresenter.cs (1)
583cell = new TextBlock
System\Windows\Controls\Primitives\Popup.cs (1)
1311TextBlock lbl = new TextBlock
System\windows\Documents\TextEditorContextMenu.cs (1)
489TextBlock text = new TextBlock
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11016DefaultConstructor = delegate () { return new System.Windows.Controls.TextBlock(); },
System\Windows\Markup\KnownTypes.cs (1)
1584case KnownElements.TextBlock: o = new System.Windows.Controls.TextBlock(); break;
PresentationFramework.Tests (3)
System\Windows\ResourceDictionaryTests.cs (3)
111var textBlock = new TextBlock(); 126var textBlock = new TextBlock(); 147var textBlock = new TextBlock();
PresentationUI (2)
MS\Internal\Documents\RightsManagementResourceHelper.cs (1)
123_frameworkElement = new TextBlock();
MS\Internal\Documents\SignatureResourceHelper.cs (1)
149_frameworkElement = new TextBlock();
Roslyn.VisualStudio.DiagnosticsWindow (2)
OptionPages\ForceLowMemoryModePage.cs (1)
41lowMemoryGroup.Children.Add(new TextBlock { Text = "megabytes of extra memory in devenv.exe" });
PerfMargin\PerfMarginPanel.cs (1)
102var label = new TextBlock();