1 write to _package
WindowsBase (1)
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (1)
58_package = package;
21 references to _package
WindowsBase (21)
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (21)
373if (_package.InStreamingCreation && _xmlWriter != null) 392if (_package.InStreamingCreation && _xmlWriter != null) 418_package.ThrowIfWriteOnly(); 453_package.ThrowIfReadOnly(); 466if (_package.InStreamingCreation) 485if (_package.InStreamingCreation) 506if (_package.FileOpenAccess == FileAccess.Write) 533if (!_package.PartExists(propertiesPartUri)) 536propertiesPart = _package.GetPart(propertiesPartUri); 550in _package.GetRelationshipsByType(_coreDocumentPropertiesRelationshipType)) 761if (!_package.InStreamingCreation) 771if(_package.InStreamingCreation) 794if (_package.FileOpenAccess == FileAccess.Read || _package.FileOpenAccess == FileAccess.ReadWrite) 811_propertyPart = _package.CreatePart(GeneratePropertyPartUri(), _coreDocumentPropertiesContentType.ToString()); 812_package.CreateRelationship(_propertyPart.Uri, TargetMode.Internal, 859if (_package.InStreamingCreation) 866Debug.Assert(entry.Value != null || _package.InStreamingCreation); 868if (_package.InStreamingCreation 907if (_package.InStreamingCreation) 915if (_package.InStreamingCreation)