4 writes to _cleanupOperation
PresentationFramework (4)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (4)
4561_cleanupOperation = null; 8715_cleanupOperation = null; 8730_cleanupOperation = Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(OnCleanUp), null); 9232_cleanupOperation = null;
6 references to _cleanupOperation
PresentationFramework (6)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (6)
4557if (_cleanupOperation != null) 4559if (_cleanupOperation.Abort()) 8710if (_cleanupOperation != null) 8712noPendingOperations = _cleanupOperation.Abort(); 8728if ((_cleanupOperation == null) && (_cleanupDelay == null)) 9221Debug.Assert(_cleanupOperation != null);