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