1 override of TemplateChild
PresentationFramework (1)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
363
override internal UIElement
TemplateChild
7 writes to TemplateChild
PresentationFramework (7)
System\Windows\Controls\ItemsControl.cs (1)
1342
((FrameworkElement)parent).
TemplateChild
= null;
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
381
base.
TemplateChild
= value;
System\Windows\FrameworkElementFactory.cs (1)
768
containerAsFE.
TemplateChild
= treeNodeFO.FE;
System\Windows\FrameworkTemplate.cs (1)
1133
feContainer.
TemplateChild
= rootElement;
System\Windows\StyleHelper.cs (3)
1965
parent.
TemplateChild
= null;
1976
container.
TemplateChild
= child;
2187
feContainer.
TemplateChild
= null;
6 references to TemplateChild
PresentationFramework (6)
System\Windows\Controls\Frame.cs (1)
750
Visual v =
TemplateChild
;
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (5)
330
return (base.
TemplateChild
== null) ? 0 : 2;
340
if (base.
TemplateChild
== null)
349
return base.
TemplateChild
;
367
return base.
TemplateChild
;
371
UIElement oldTemplate = base.
TemplateChild
;