15 references to TextBlock
PresentationFramework (9)
src\Framework\System\Windows\Controls\AccessText.cs (1)
514
_textBlock = new
TextBlock
();
src\Framework\System\Windows\Controls\ContentPresenter.cs (1)
967
TextBlock text = new
TextBlock
();
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
173
TextBlock outerBlock = new
TextBlock
();
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (1)
85
TextBlock textBlock = new
TextBlock
();
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (1)
591
cell = new
TextBlock
();
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
1313
TextBlock lbl = new
TextBlock
();
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
518
TextBlock text = new
TextBlock
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9928
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
TextBlock
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1592
case KnownElements.TextBlock: o = new System.Windows.Controls.
TextBlock
(); break;
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartExpressionAdorner.cs (1)
39
Child = new
TextBlock
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (1)
70
TextBlock toolTip = new
TextBlock
();
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\SearchToolTipAdorner.cs (1)
29
Child = new
TextBlock
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewService.cs (1)
94
TextBlock text = new
TextBlock
();
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
73
this.text = new
TextBlock
();
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
88
TextBlock text = new
TextBlock
();