1 write to _flags
mscorlib (1)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
158_flags = flags;
7 references to _flags
mscorlib (7)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (7)
254if ((_flags & (InterfaceForwardingSupport.IBindableIterableOrIIterable)) == 0) 261if ((_flags & (InterfaceForwardingSupport.IBindableVector | InterfaceForwardingSupport.IVector)) == 0) 268if ((_flags & (InterfaceForwardingSupport.IBindableVectorView | InterfaceForwardingSupport.IVectorView)) == 0) 483if ((_flags & InterfaceForwardingSupport.IBindableVector) != 0) 492if ((_flags & InterfaceForwardingSupport.IVector) != 0) 559if ((_flags & InterfaceForwardingSupport.IBindableVectorView) != 0) 568if ((_flags & InterfaceForwardingSupport.IVectorView) != 0)