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