2 writes to parentNotifyDraggedOperation
PresentationFramework (2)
System\Windows\Controls\ListBoxItem.cs (2)
293
parentNotifyDraggedOperation
= null;
318
parentNotifyDraggedOperation
= null;
4 references to parentNotifyDraggedOperation
PresentationFramework (4)
System\Windows\Controls\ListBoxItem.cs (4)
290
if (
parentNotifyDraggedOperation
!= null)
292
parentNotifyDraggedOperation
.Abort();
315
if (
parentNotifyDraggedOperation
!= null)
317
parentNotifyDraggedOperation
.Abort();