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)
254
if ((
_flags
& (InterfaceForwardingSupport.IBindableIterableOrIIterable)) == 0)
261
if ((
_flags
& (InterfaceForwardingSupport.IBindableVector | InterfaceForwardingSupport.IVector)) == 0)
268
if ((
_flags
& (InterfaceForwardingSupport.IBindableVectorView | InterfaceForwardingSupport.IVectorView)) == 0)
483
if ((
_flags
& InterfaceForwardingSupport.IBindableVector) != 0)
492
if ((
_flags
& InterfaceForwardingSupport.IVector) != 0)
559
if ((
_flags
& InterfaceForwardingSupport.IBindableVectorView) != 0)
568
if ((
_flags
& InterfaceForwardingSupport.IVectorView) != 0)