12 references to EnumeratorTypes
WindowsBase (12)
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (12)
548
EnsureArrayForEnumeration(
EnumeratorTypes
.OnlyStreams);
556
(ArrayList)core.validEnumerators[
EnumeratorTypes
.OnlyStreams];
584
EnsureArrayForEnumeration(
EnumeratorTypes
.OnlyStorages);
586
(ArrayList)core.validEnumerators[
EnumeratorTypes
.OnlyStorages];
1346
private void EnsureArrayForEnumeration(
EnumeratorTypes
desiredArrayType )
1349
desiredArrayType ==
EnumeratorTypes
.Everything ||
1350
desiredArrayType ==
EnumeratorTypes
.OnlyStorages ||
1351
desiredArrayType ==
EnumeratorTypes
.OnlyStreams,
1387
if( desiredArrayType ==
EnumeratorTypes
.Everything ||
1388
desiredArrayType ==
EnumeratorTypes
.OnlyStorages )
1396
if( desiredArrayType ==
EnumeratorTypes
.Everything ||
1397
desiredArrayType ==
EnumeratorTypes
.OnlyStreams )