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