6 references to fdexPropCannotSourceEvents
System.Private.Windows.Core (2)
Windows\Win32\System\Com\IDispatch.cs (2)
167| fdexPropCannotSourceEvents; 175| fdexPropCannotSourceEvents;
System.Windows.Forms.Primitives.Tests (2)
Windows\Win32\System\Ole\ClassPropertyDispatchAdapterTests.cs (2)
23flags.Should().Be(fdexPropCanGet | fdexPropCanPut | fdexPropCannotPutRef | fdexPropCannotCall | fdexPropCannotConstruct | fdexPropCannotSourceEvents); 45flags.Should().Be(fdexPropCanGet | fdexPropCannotPut | fdexPropCannotPutRef | fdexPropCannotCall | fdexPropCannotConstruct | fdexPropCannotSourceEvents);
System.Windows.Forms.Tests (2)
System\Windows\Forms\HtmlToClrEventProxyTest.cs (2)
52| FDEX_PROP_FLAGS.fdexPropCannotSourceEvents; 58| FDEX_PROP_FLAGS.fdexPropCannotSourceEvents;