1 write to _dispatchAdapter
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
125public AccessibleObject() => _dispatchAdapter = new(this);
12 references to _dispatchAdapter
System.Windows.Forms (12)
System\Windows\Forms\Accessibility\AccessibleObject.cs (12)
3310=> ((IDispatch.Interface)_dispatchAdapter).GetTypeInfoCount(pctinfo); 3313=> ((IDispatch.Interface)_dispatchAdapter).GetTypeInfo(iTInfo, lcid, ppTInfo); 3316=> ((IDispatch.Interface)_dispatchAdapter).GetIDsOfNames(riid, rgszNames, cNames, lcid, rgDispId); 3327=> ((IDispatch.Interface)_dispatchAdapter).Invoke(dispIdMember, riid, lcid, dwFlags, pDispParams, pVarResult, pExcepInfo, pArgErr); 3330=> ((IDispatchEx.Interface)_dispatchAdapter).GetDispID(bstrName, grfdex, pid); 3340=> ((IDispatchEx.Interface)_dispatchAdapter).InvokeEx(id, lcid, wFlags, pdp, pvarRes, pei, pspCaller); 3343=> ((IDispatchEx.Interface)_dispatchAdapter).DeleteMemberByName(bstrName, grfdex); 3346=> ((IDispatchEx.Interface)_dispatchAdapter).DeleteMemberByDispID(id); 3349=> ((IDispatchEx.Interface)_dispatchAdapter).GetMemberProperties(id, grfdexFetch, pgrfdex); 3352=> ((IDispatchEx.Interface)_dispatchAdapter).GetMemberName(id, pbstrName); 3355=> ((IDispatchEx.Interface)_dispatchAdapter).GetNextDispID(grfdex, id, pid); 3358=> ((IDispatchEx.Interface)_dispatchAdapter).GetNameSpaceParent(ppunk);