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)
4557
if (
_cleanupOperation
!= null)
4559
if (
_cleanupOperation
.Abort())
8710
if (
_cleanupOperation
!= null)
8712
noPendingOperations =
_cleanupOperation
.Abort();
8728
if ((
_cleanupOperation
== null) && (_cleanupDelay == null))
9221
Debug.Assert(
_cleanupOperation
!= null);