2 writes to parentNotifyDraggedOperation
PresentationFramework (2)
src\Framework\System\Windows\Controls\ListBoxItem.cs (2)
300parentNotifyDraggedOperation = null; 325parentNotifyDraggedOperation = null;
4 references to parentNotifyDraggedOperation
PresentationFramework (4)
src\Framework\System\Windows\Controls\ListBoxItem.cs (4)
297if (parentNotifyDraggedOperation != null) 299parentNotifyDraggedOperation.Abort(); 322if (parentNotifyDraggedOperation != null) 324parentNotifyDraggedOperation.Abort();