5 references to TargetModeAttributeName
System.IO.Packaging (5)
System\IO\Packaging\InternalRelationshipCollection.cs (5)
278string? targetModeAttributeValue = reader.GetAttribute(TargetModeAttributeName); 314string? targetModeAttributeValue = reader.GetAttribute(TargetModeAttributeName); 331ThrowForInvalidAttributeValue(reader, TargetModeAttributeName, argNullEx); 336ThrowForInvalidAttributeValue(reader, TargetModeAttributeName, argEx); 515writer.WriteAttributeString(TargetModeAttributeName, relationship.TargetMode.ToString());