1 override of ShouldItemsChangeAffectLayoutCore
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
3574protected override bool ShouldItemsChangeAffectLayoutCore(bool areItemChangesLocal, ItemsChangedEventArgs args)
1 reference to ShouldItemsChangeAffectLayoutCore
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizingPanel.cs (1)
526return ShouldItemsChangeAffectLayoutCore(areItemChangesLocal, args);