2 implementations of Clear
PresentationFramework (2)
src\Framework\System\Windows\Controls\GroupItem.cs (1)
368void IContainItemStorage.Clear()
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
3921void IContainItemStorage.Clear()
4 references to Clear
PresentationFramework (4)
src\Framework\System\Windows\Controls\ItemsControl.cs (3)
197((IContainItemStorage)ic).Clear(); 316((IContainItemStorage)this).Clear(); 943((IContainItemStorage)this).Clear();
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
3546itemStorageProvider.Clear();