5 references to FindTemplatedDescendant
PresentationFramework (5)
MS\Internal\Helper.cs (1)
1295
found =
FindTemplatedDescendant
<T>(descendant, templatedParent);
System\Windows\Controls\GroupItem.cs (3)
57
_expander = Helper.
FindTemplatedDescendant
<Expander>(this, this);
422
return Helper.
FindTemplatedDescendant
<ItemsPresenter>(_expander, _expander);
426
return Helper.
FindTemplatedDescendant
<ItemsPresenter>(this, this);
System\Windows\Controls\TreeViewItem.cs (1)
836
ToggleButton toggleButton = Helper.
FindTemplatedDescendant
<ToggleButton>(this, this);