2 references to GetPropertyFlags
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlToClrEventProxy.cs (1)
128
properties = IDispatch.
GetPropertyFlags
(canRead: true, canWrite: false);
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Ole\ClassPropertyDispatchAdapter.cs (1)
324
FDEX_PROP_FLAGS flags = IDispatch.
GetPropertyFlags
(info.CanRead, info.CanWrite);