1 write to _dispatchAdapter
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
126public AccessibleObject() => _dispatchAdapter = new(this);
12 references to _dispatchAdapter
System.Windows.Forms (12)
System\Windows\Forms\Accessibility\AccessibleObject.cs (12)
3311=> ((IDispatch.Interface)_dispatchAdapter).GetTypeInfoCount(pctinfo); 3314=> ((IDispatch.Interface)_dispatchAdapter).GetTypeInfo(iTInfo, lcid, ppTInfo); 3317=> ((IDispatch.Interface)_dispatchAdapter).GetIDsOfNames(riid, rgszNames, cNames, lcid, rgDispId); 3328=> ((IDispatch.Interface)_dispatchAdapter).Invoke(dispIdMember, riid, lcid, dwFlags, pDispParams, pVarResult, pExcepInfo, pArgErr); 3331=> ((IDispatchEx.Interface)_dispatchAdapter).GetDispID(bstrName, grfdex, pid); 3341=> ((IDispatchEx.Interface)_dispatchAdapter).InvokeEx(id, lcid, wFlags, pdp, pvarRes, pei, pspCaller); 3344=> ((IDispatchEx.Interface)_dispatchAdapter).DeleteMemberByName(bstrName, grfdex); 3347=> ((IDispatchEx.Interface)_dispatchAdapter).DeleteMemberByDispID(id); 3350=> ((IDispatchEx.Interface)_dispatchAdapter).GetMemberProperties(id, grfdexFetch, pgrfdex); 3353=> ((IDispatchEx.Interface)_dispatchAdapter).GetMemberName(id, pbstrName); 3356=> ((IDispatchEx.Interface)_dispatchAdapter).GetNextDispID(grfdex, id, pid); 3359=> ((IDispatchEx.Interface)_dispatchAdapter).GetNameSpaceParent(ppunk);