4 writes to _cleanupOperation
PresentationFramework (4)
System\Windows\Controls\VirtualizingStackPanel.cs (4)
4658
_cleanupOperation
= null;
8873
_cleanupOperation
= null;
8888
_cleanupOperation
= Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(OnCleanUp), null);
9386
_cleanupOperation
= null;
6 references to _cleanupOperation
PresentationFramework (6)
System\Windows\Controls\VirtualizingStackPanel.cs (6)
4654
if (
_cleanupOperation
!= null)
4656
if (
_cleanupOperation
.Abort())
8868
if (
_cleanupOperation
!= null)
8870
noPendingOperations =
_cleanupOperation
.Abort();
8886
if ((
_cleanupOperation
== null) && (_cleanupDelay == null))
9375
Debug.Assert(
_cleanupOperation
!= null);