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