1 override of TemplateChild
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
379override internal UIElement TemplateChild
7 writes to TemplateChild
PresentationFramework (7)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
1355((FrameworkElement)parent).TemplateChild = null;
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
397base.TemplateChild = value;
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
798containerAsFE.TemplateChild = treeNodeFO.FE;
src\Framework\System\Windows\FrameworkTemplate.cs (1)
1167feContainer.TemplateChild = rootElement;
src\Framework\System\Windows\StyleHelper.cs (3)
1971parent.TemplateChild = null; 1982container.TemplateChild = child; 2193feContainer.TemplateChild = null;
6 references to TemplateChild
PresentationFramework (6)
src\Framework\System\Windows\Controls\Frame.cs (1)
783Visual v = TemplateChild;
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (5)
346return (base.TemplateChild == null) ? 0 : 2; 356if (base.TemplateChild == null) 365return base.TemplateChild; 383return base.TemplateChild; 387UIElement oldTemplate = base.TemplateChild;