2 overrides of OnClearChildren
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
2122
protected override void
OnClearChildren
()
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
3939
protected override void
OnClearChildren
()
3 references to OnClearChildren
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
2124
base.
OnClearChildren
();
src\Framework\System\Windows\Controls\VirtualizingPanel.cs (1)
586
OnClearChildren
();
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
3941
base.
OnClearChildren
();