23 references to DISP_E_MEMBERNOTFOUND
System.Windows.Forms (16)
System\Windows\Forms\Accessibility\AccessibleObject.cs (2)
458Debug.Assert(result == HRESULT.DISP_E_MEMBERNOTFOUND, $"{nameof(GetSystemIAccessibleFocus)} failed with {result}"); 526Debug.Assert(result == HRESULT.DISP_E_MEMBERNOTFOUND, $"{nameof(TryGetSystemIAccessibleSelection)} failed with {result}");
System\Windows\Forms\Accessibility\AccessibleObjectExtensions.cs (9)
43result.Succeeded || result == HRESULT.DISP_E_MEMBERNOTFOUND, 63result.Succeeded || result == HRESULT.DISP_E_MEMBERNOTFOUND, 97result.Succeeded || result == HRESULT.DISP_E_MEMBERNOTFOUND, 117result.Succeeded || result == HRESULT.DISP_E_MEMBERNOTFOUND, 137result.Succeeded || result == HRESULT.DISP_E_MEMBERNOTFOUND, 233result.Succeeded || result == HRESULT.DISP_E_MEMBERNOTFOUND, 248if (result.Failed && result != HRESULT.DISP_E_MEMBERNOTFOUND) 254result.Succeeded || result == HRESULT.DISP_E_MEMBERNOTFOUND, 269result.Succeeded || result == HRESULT.DISP_E_MEMBERNOTFOUND,
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
79return HRESULT.DISP_E_MEMBERNOTFOUND;
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
138return HRESULT.DISP_E_MEMBERNOTFOUND;
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
138? HRESULT.DISP_E_MEMBERNOTFOUND
System\Windows\Forms\Controls\WebBrowser\HtmlToClrEventProxy.cs (2)
163return HRESULT.DISP_E_MEMBERNOTFOUND; 173return HRESULT.DISP_E_MEMBERNOTFOUND;
System.Windows.Forms.Interop.Tests (1)
PropertyGridTests.cs (1)
37Assert.Equal((int)HRESULT.DISP_E_MEMBERNOTFOUND, ex.HResult);
System.Windows.Forms.Primitives (5)
Windows\Win32\System\Com\StandardDispatch.cs (4)
124if (hr != HRESULT.DISP_E_MEMBERNOTFOUND) 181if (hr != HRESULT.DISP_E_MEMBERNOTFOUND) 199=> HRESULT.DISP_E_MEMBERNOTFOUND; 282return HRESULT.DISP_E_MEMBERNOTFOUND;
Windows\Win32\System\Ole\ClassPropertyDispatchAdapter.cs (1)
163return HRESULT.DISP_E_MEMBERNOTFOUND;
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
342hr.Should().Be(HRESULT.DISP_E_MEMBERNOTFOUND);