2 writes to parentNotifyDraggedOperation
PresentationFramework (2)
System\Windows\Controls\ListBoxItem.cs (2)
287
parentNotifyDraggedOperation
= null;
312
parentNotifyDraggedOperation
= null;
4 references to parentNotifyDraggedOperation
PresentationFramework (4)
System\Windows\Controls\ListBoxItem.cs (4)
284
if (
parentNotifyDraggedOperation
!= null)
286
parentNotifyDraggedOperation
.Abort();
309
if (
parentNotifyDraggedOperation
!= null)
311
parentNotifyDraggedOperation
.Abort();