4 writes to _cleanupOperation
PresentationFramework (4)
System\Windows\Controls\VirtualizingStackPanel.cs (4)
4629
_cleanupOperation
= null;
8846
_cleanupOperation
= null;
8861
_cleanupOperation
= Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(OnCleanUp), null);
9359
_cleanupOperation
= null;
6 references to _cleanupOperation
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
4625
if (
_cleanupOperation
!= null)
4627
if (
_cleanupOperation
.Abort())
8841
if (
_cleanupOperation
!= null)
8843
noPendingOperations =
_cleanupOperation
.Abort();
8859
if ((
_cleanupOperation
== null) && (_cleanupDelay == null))
9348
Debug.Assert(
_cleanupOperation
!= null);