11 references to RemoveAttribute
PresentationFramework (1)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
533root.RemoveAttribute(name, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
System.Web.Services (10)
System\Web\Services\Protocols\SoapUnknownHeader.cs (10)
38element.RemoveAttribute(Soap.Attribute.MustUnderstand, Soap.Namespace); 43element.RemoveAttribute(Soap.Attribute.Actor, Soap.Namespace); 51element.RemoveAttribute(Soap.Attribute.MustUnderstand, Soap12.Namespace); 56element.RemoveAttribute(Soap12.Attribute.Role, Soap12.Namespace); 57element.RemoveAttribute(Soap12.Attribute.Relay, Soap12.Namespace); 100element.RemoveAttribute(Soap.Attribute.MustUnderstand, Soap.Namespace); 102element.RemoveAttribute(Soap.Attribute.MustUnderstand, Soap12.Namespace); 123element.RemoveAttribute(Soap.Attribute.Actor, Soap.Namespace); 127element.RemoveAttribute(Soap12.Attribute.Role, Soap12.Namespace); 157element.RemoveAttribute(Soap12.Attribute.Relay, Soap12.Namespace);