4 references to fdexPropCanGet
System.Private.Windows.Core (1)
Windows\Win32\System\Com\IDispatch.cs (1)
170
=> (canRead ?
fdexPropCanGet
: fdexPropCannotGet)
System.Windows.Forms.Primitives.Tests (2)
Windows\Win32\System\Ole\ClassPropertyDispatchAdapterTests.cs (2)
23
flags.Should().Be(
fdexPropCanGet
| fdexPropCanPut | fdexPropCannotPutRef | fdexPropCannotCall | fdexPropCannotConstruct | fdexPropCannotSourceEvents);
45
flags.Should().Be(
fdexPropCanGet
| fdexPropCannotPut | fdexPropCannotPutRef | fdexPropCannotCall | fdexPropCannotConstruct | fdexPropCannotSourceEvents);
System.Windows.Forms.Tests (1)
System\Windows\Forms\HtmlToClrEventProxyTest.cs (1)
53
FDEX_PROP_FLAGS readPropertyFlags = FDEX_PROP_FLAGS.
fdexPropCanGet