1 override of TemplateChild
PresentationFramework (1)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
373
override internal UIElement
TemplateChild
7 writes to TemplateChild
PresentationFramework (7)
System\Windows\Controls\ItemsControl.cs (1)
1351
((FrameworkElement)parent).
TemplateChild
= null;
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
391
base.
TemplateChild
= value;
System\Windows\FrameworkElementFactory.cs (1)
776
containerAsFE.
TemplateChild
= treeNodeFO.FE;
System\Windows\FrameworkTemplate.cs (1)
1142
feContainer.
TemplateChild
= rootElement;
System\Windows\StyleHelper.cs (3)
1971
parent.
TemplateChild
= null;
1982
container.
TemplateChild
= child;
2193
feContainer.
TemplateChild
= null;
6 references to TemplateChild
PresentationFramework (6)
System\Windows\Controls\Frame.cs (1)
762
Visual v =
TemplateChild
;
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (5)
340
return (base.
TemplateChild
== null) ? 0 : 2;
350
if (base.
TemplateChild
== null)
359
return base.
TemplateChild
;
377
return base.
TemplateChild
;
381
UIElement oldTemplate = base.
TemplateChild
;