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