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