4 writes to _cleanupOperation
PresentationFramework (4)
System\Windows\Controls\VirtualizingStackPanel.cs (4)
4653
_cleanupOperation
= null;
8868
_cleanupOperation
= null;
8883
_cleanupOperation
= Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(OnCleanUp), null);
9381
_cleanupOperation
= null;
6 references to _cleanupOperation
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
4649
if (
_cleanupOperation
!= null)
4651
if (
_cleanupOperation
.Abort())
8863
if (
_cleanupOperation
!= null)
8865
noPendingOperations =
_cleanupOperation
.Abort();
8881
if ((
_cleanupOperation
== null) && (_cleanupDelay == null))
9370
Debug.Assert(
_cleanupOperation
!= null);