9[
TypeDescriptionProvider(
"MS.Internal.Xml.Linq.ComponentModel.XTypeDescriptionProvider`1[[System.Xml.Linq.XAttribute, System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]],System.ComponentModel.TypeConverter")]
29 return (
object)
namespaceName ==
"http://www.w3.org/2000/xmlns/";
58 while (lastAttr.
next !=
this)
60 lastAttr = lastAttr.
next;
423 if ((
object)
namespaceName ==
"http://www.w3.org/XML/1998/namespace")
427 if ((
object)
namespaceName ==
"http://www.w3.org/2000/xmlns/")
437 if ((
object)
namespaceName ==
"http://www.w3.org/2000/xmlns/")
439 if (
value.Length == 0)
443 if (
value ==
"http://www.w3.org/XML/1998/namespace")
451 if (
value ==
"http://www.w3.org/2000/xmlns/")
456 if (localName ==
"xml")
460 if (localName ==
"xmlns")
467 if (
value ==
"http://www.w3.org/XML/1998/namespace")
471 if (
value ==
"http://www.w3.org/2000/xmlns/")
static CultureInfo InvariantCulture
static string InvalidOperation_MissingParent
static string Format(string resourceFormat, object p1)
static string Argument_NamespaceDeclarationPrefixed
static string Argument_NamespaceDeclarationXml
static string Argument_NamespaceDeclarationXmlns
XAttribute(XAttribute other)
bool IsNamespaceDeclaration
XAttribute? PreviousAttribute
void SetValue(object value)
XAttribute(XName name, object value)
override XmlNodeType NodeType
XAttribute? NextAttribute
string GetPrefixOfNamespace(XNamespace ns)
static IEnumerable< XAttribute > EmptySequence
override string ToString()
static void ValidateAttribute(XName name, string value)
static string GetStringValue(object value)
override int GetHashCode()
static readonly XObjectChangeEventArgs Value
bool NotifyChanging(object sender, XObjectChangeEventArgs e)
bool NotifyChanged(object sender, XObjectChangeEventArgs e)
static bool ToBoolean(string s)
static DateTimeOffset ToDateTimeOffset(string s)
static uint ToUInt32(string s)
static int ToInt32(string s)
static float ToSingle(string s)
static TimeSpan ToTimeSpan(string s)
static double ToDouble(string s)
static Guid ToGuid(string s)
static decimal ToDecimal(string s)
static ulong ToUInt64(string s)
static long ToInt64(string s)
static XmlWriter Create(string outputFileName)
static DateTime Parse(string s)