2 writes to HasSelfHandlers
PresentationCore (2)
System\Windows\ClassHandlersStore.cs (2)
54
_eventHandlersList.List[index].
HasSelfHandlers
= true;
91
HasSelfHandlers
= false
2 references to HasSelfHandlers
PresentationCore (2)
System\Windows\ClassHandlersStore.cs (2)
43
if (handlers == null || !_eventHandlersList.List[index].
HasSelfHandlers
)
111
bool hasSelfHandlers = _eventHandlersList.List[index].
HasSelfHandlers
;