1 write to Next
PresentationCore (1)
Core\CSharp\System\Windows\ClassHandlersStore.cs (1)
49
handlers.
Next
= _eventHandlersList.List[index].Handlers;
6 references to Next
PresentationCore (6)
Core\CSharp\System\Windows\ClassHandlersStore.cs (3)
163
if (baseClassListeners.
Next
!= null && baseClassListeners.
Next
.Contains(handlers))
297
tempHandlers = tempHandlers.
Next
;
Core\CSharp\System\Windows\Generated\ContentElement.cs (1)
720
classListeners = classListeners.
Next
;
Core\CSharp\System\Windows\Generated\UIElement.cs (1)
720
classListeners = classListeners.
Next
;
Core\CSharp\System\Windows\Generated\UIElement3D.cs (1)
502
classListeners = classListeners.
Next
;