2 writes to parentNotifyDraggedOperation
PresentationFramework (2)
System\Windows\Controls\ListBoxItem.cs (2)
286
parentNotifyDraggedOperation
= null;
311
parentNotifyDraggedOperation
= null;
4 references to parentNotifyDraggedOperation
PresentationFramework (4)
System\Windows\Controls\ListBoxItem.cs (4)
283
if (
parentNotifyDraggedOperation
!= null)
285
parentNotifyDraggedOperation
.Abort();
308
if (
parentNotifyDraggedOperation
!= null)
310
parentNotifyDraggedOperation
.Abort();