1 override of TemplateChild
PresentationFramework (1)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
362
internal override UIElement
TemplateChild
7 writes to TemplateChild
PresentationFramework (7)
System\Windows\Controls\ItemsControl.cs (1)
1329
((FrameworkElement)parent).
TemplateChild
= null;
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
380
base.
TemplateChild
= value;
System\Windows\FrameworkElementFactory.cs (1)
765
containerAsFE.
TemplateChild
= treeNodeFO.FE;
System\Windows\FrameworkTemplate.cs (1)
1127
feContainer.
TemplateChild
= rootElement;
System\Windows\StyleHelper.cs (3)
1962
parent.
TemplateChild
= null;
1973
container.
TemplateChild
= child;
2181
feContainer.
TemplateChild
= null;
6 references to TemplateChild
PresentationFramework (6)
System\Windows\Controls\Frame.cs (1)
745
Visual v =
TemplateChild
;
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (5)
329
return (base.
TemplateChild
== null) ? 0 : 2;
339
if (base.
TemplateChild
== null)
348
return base.
TemplateChild
;
366
return base.
TemplateChild
;
370
UIElement oldTemplate = base.
TemplateChild
;