6 overrides of OnAncestorChanged
PresentationFramework (6)
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
694
internal override void
OnAncestorChanged
()
src\Framework\System\Windows\Controls\ItemsPresenter.cs (1)
190
internal override void
OnAncestorChanged
()
src\Framework\System\Windows\Controls\TabItem.cs (1)
208
internal override void
OnAncestorChanged
()
src\Framework\System\Windows\Controls\ToolBar.cs (1)
724
internal override void
OnAncestorChanged
()
src\Framework\System\Windows\Controls\ToolTip.cs (1)
466
internal override void
OnAncestorChanged
()
src\Framework\System\Windows\Window.cs (1)
2481
internal override void
OnAncestorChanged
()
5 references to OnAncestorChanged
PresentationFramework (5)
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
696
base.
OnAncestorChanged
();
src\Framework\System\Windows\Controls\ItemsPresenter.cs (1)
198
base.
OnAncestorChanged
();
src\Framework\System\Windows\Controls\ToolTip.cs (1)
468
base.
OnAncestorChanged
();
src\Framework\System\Windows\Generated\FrameworkElement.cs (1)
441
OnAncestorChanged
();
src\Framework\System\Windows\Window.cs (1)
2483
base.
OnAncestorChanged
();