29 references to InStreamingCreation
WindowsBase (29)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (8)
117
Invariant.Assert(!_package.
InStreamingCreation
);
130
Invariant.Assert(!_package.
InStreamingCreation
);
145
Invariant.Assert(!_package.
InStreamingCreation
);
161
if (_package.
InStreamingCreation
)
195
Debug.Assert(_package.
InStreamingCreation
, "This method should only be called in streaming creation mode");
603
if (!_package.
InStreamingCreation
&& _package.PartExists(_uri))
681
} while (!_package.
InStreamingCreation
&& GetRelationship(id) != null);
726
Debug.Assert(_package.
InStreamingCreation
, "This method should only be called in streaming creation mode");
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (11)
373
if (_package.
InStreamingCreation
&& _xmlWriter != null)
392
if (_package.
InStreamingCreation
&& _xmlWriter != null)
466
if (_package.
InStreamingCreation
)
485
if (_package.
InStreamingCreation
)
761
if (!_package.
InStreamingCreation
)
771
if(_package.
InStreamingCreation
)
859
if (_package.
InStreamingCreation
)
866
Debug.Assert(entry.Value != null || _package.
InStreamingCreation
);
868
if (_package.
InStreamingCreation
907
if (_package.
InStreamingCreation
)
915
if (_package.
InStreamingCreation
)
Base\System\IO\Packaging\Package.cs (3)
550
if (
InStreamingCreation
)
609
if (
InStreamingCreation
)
912
if (!
InStreamingCreation
)
Base\System\IO\Packaging\PackagePart.cs (3)
689
else if (_container.
InStreamingCreation
)
744
if (_container.
InStreamingCreation
)
763
if (!_container.
InStreamingCreation
)
Base\System\IO\Packaging\ZipPackage.cs (3)
91
if (
InStreamingCreation
)
330
if (!
InStreamingCreation
)
349
if (
InStreamingCreation
)
Base\System\IO\Packaging\ZipPackagePart.cs (1)
59
if (Package.
InStreamingCreation
)