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