5 references to FindTemplatedDescendant
PresentationFramework (5)
src\Framework\MS\Internal\Helper.cs (1)
1311found = FindTemplatedDescendant<T>(descendant, templatedParent);
src\Framework\System\Windows\Controls\GroupItem.cs (3)
59_expander = Helper.FindTemplatedDescendant<Expander>(this, this); 424return Helper.FindTemplatedDescendant<ItemsPresenter>(_expander, _expander); 428return Helper.FindTemplatedDescendant<ItemsPresenter>(this, this);
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
835ToggleButton toggleButton = Helper.FindTemplatedDescendant<ToggleButton>(this, this);