11 references to TextBlock
PresentationFramework (9)
System\Windows\Controls\AccessText.cs (1)
511
_textBlock = new
TextBlock
();
System\Windows\Controls\ContentPresenter.cs (1)
969
TextBlock text = new
TextBlock
();
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
161
TextBlock outerBlock = new
TextBlock
();
System\Windows\Controls\DataGridTextColumn.cs (1)
80
TextBlock textBlock = new
TextBlock
();
System\Windows\Controls\GridViewRowPresenter.cs (1)
583
cell = new
TextBlock
System\Windows\Controls\Primitives\Popup.cs (1)
1311
TextBlock lbl = new
TextBlock
System\windows\Documents\TextEditorContextMenu.cs (1)
489
TextBlock text = new
TextBlock
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11016
DefaultConstructor = delegate () { return new System.Windows.Controls.
TextBlock
(); },
System\Windows\Markup\KnownTypes.cs (1)
1584
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)
149
_frameworkElement = new
TextBlock
();