2 references to DISPID_STARTENUM
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Ole\ClassPropertyDispatchAdapter.cs (1)
264
bool foundLast = dispId == PInvokeCore.
DISPID_STARTENUM
;
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\System\Ole\ClassPropertyDispatchAdapterTests.cs (1)
18
adapter.TryGetNextDispId(PInvokeCore.
DISPID_STARTENUM
, out int result).Should().BeTrue();