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