20 references to TextBlock
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
58var 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)
268return new TextBlock()
UnusedReferences\Dialog\UnusedReferencesTableProvider.ColumnDefinitions.cs (1)
68var 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)
514_textBlock = new TextBlock();
System\Windows\Controls\ContentPresenter.cs (1)
965TextBlock text = new TextBlock();
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
172TextBlock outerBlock = new TextBlock();
System\Windows\Controls\DataGridTextColumn.cs (1)
84TextBlock textBlock = new TextBlock();
System\Windows\Controls\GridViewRowPresenter.cs (1)
588cell = new TextBlock();
System\Windows\Controls\Primitives\Popup.cs (1)
1308TextBlock lbl = new TextBlock();
System\windows\Documents\TextEditorContextMenu.cs (1)
492TextBlock text = new TextBlock();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9932bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.TextBlock(); };
System\Windows\Markup\KnownTypes.cs (1)
1591case KnownElements.TextBlock: o = new System.Windows.Controls.TextBlock(); break;
PresentationUI (2)
MS\Internal\Documents\RightsManagementResourceHelper.cs (1)
128_frameworkElement = new TextBlock();
MS\Internal\Documents\SignatureResourceHelper.cs (1)
155_frameworkElement = new TextBlock();
Roslyn.VisualStudio.DiagnosticsWindow (2)
OptionPages\ForceLowMemoryModePage.cs (1)
42lowMemoryGroup.Children.Add(new TextBlock { Text = "megabytes of extra memory in devenv.exe" });
PerfMargin\PerfMarginPanel.cs (1)
102var label = new TextBlock();