1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
8 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
9 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Xaml.dll")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Xaml.dll")]
12 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.17020")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
14 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
15 [assembly:System.Reflection.AssemblyTitleAttribute("System.Xaml.dll")]
16 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
17 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
18 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
19 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
20 [assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
21 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
22 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
23 [assembly:System.Security.SecurityCriticalAttribute((System.Security.SecurityCriticalScope)(0))]
24 [assembly:System.Windows.Markup.XmlnsDefinitionAttribute("http://schemas.microsoft.com/winfx/2006/xaml", "System.Windows.Markup")]
25 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Windows.Markup.ValueSerializerAttribute))]
26 namespace System
27 {
28     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
29     internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
30     {
MonoDocumentationNoteAttribute(string comment)31         public MonoDocumentationNoteAttribute(string comment) { }
32     }
33     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
34     internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
35     {
MonoExtensionAttribute(string comment)36         public MonoExtensionAttribute(string comment) { }
37     }
38     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
39     internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
40     {
MonoInternalNoteAttribute(string comment)41         public MonoInternalNoteAttribute(string comment) { }
42     }
43     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
44     internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
45     {
MonoLimitationAttribute(string comment)46         public MonoLimitationAttribute(string comment) { }
47     }
48     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
49     internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
50     {
MonoNotSupportedAttribute(string comment)51         public MonoNotSupportedAttribute(string comment) { }
52     }
53     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
54     internal partial class MonoTODOAttribute : System.Attribute
55     {
MonoTODOAttribute()56         public MonoTODOAttribute() { }
MonoTODOAttribute(string comment)57         public MonoTODOAttribute(string comment) { }
58         public string Comment { get { throw null; } }
59     }
60 }
61 namespace System.Windows.Markup
62 {
63     public partial class AcceptedMarkupExtensionExpressionTypeAttribute : System.Attribute
64     {
AcceptedMarkupExtensionExpressionTypeAttribute(System.Type type)65         public AcceptedMarkupExtensionExpressionTypeAttribute(System.Type type) { }
66         public System.Type Type { get { throw null; } set { } }
67     }
68     [System.AttributeUsageAttribute((System.AttributeTargets)(196), Inherited=true)]
69     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
70     public sealed partial class AmbientAttribute : System.Attribute
71     {
AmbientAttribute()72         public AmbientAttribute() { }
73     }
74     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("PresentationFramework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
75     [System.Windows.Markup.ContentPropertyAttribute("Items")]
76     [System.Windows.Markup.MarkupExtensionReturnTypeAttribute(typeof(System.Array))]
77     public partial class ArrayExtension : System.Windows.Markup.MarkupExtension
78     {
ArrayExtension()79         public ArrayExtension() { }
ArrayExtension(System.Array elements)80         public ArrayExtension(System.Array elements) { }
ArrayExtension(System.Type arrayType)81         public ArrayExtension(System.Type arrayType) { }
82         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
83         public System.Collections.IList Items { get { throw null; } }
84         [System.Windows.Markup.ConstructorArgumentAttribute("arrayType")]
85         public System.Type Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
AddChild(object value)86         public void AddChild(object value) { }
AddText(string text)87         public void AddText(string text) { }
ProvideValue(System.IServiceProvider serviceProvider)88         public override object ProvideValue(System.IServiceProvider serviceProvider) { throw null; }
89     }
90     [System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false, Inherited=false)]
91     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
92     public sealed partial class ConstructorArgumentAttribute : System.Attribute
93     {
ConstructorArgumentAttribute(string argumentName)94         public ConstructorArgumentAttribute(string argumentName) { }
95         public string ArgumentName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
96     }
97     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
98     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
99     public sealed partial class ContentPropertyAttribute : System.Attribute
100     {
ContentPropertyAttribute()101         public ContentPropertyAttribute() { }
ContentPropertyAttribute(string name)102         public ContentPropertyAttribute(string name) { }
103         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
104     }
105     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true, Inherited=true)]
106     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
107     public sealed partial class ContentWrapperAttribute : System.Attribute
108     {
ContentWrapperAttribute(System.Type contentWrapper)109         public ContentWrapperAttribute(System.Type contentWrapper) { }
110         public System.Type ContentWrapper { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
111         public override object TypeId { get { throw null; } }
Equals(object obj)112         public override bool Equals(object obj) { throw null; }
GetHashCode()113         public override int GetHashCode() { throw null; }
114     }
115     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
116     public partial class DateTimeValueSerializer : System.Windows.Markup.ValueSerializer
117     {
DateTimeValueSerializer()118         public DateTimeValueSerializer() { }
CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)119         public override bool CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)120         public override bool CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)121         public override object ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)122         public override string ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
123     }
124     [System.AttributeUsageAttribute((System.AttributeTargets)(192), AllowMultiple=true)]
125     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
126     public sealed partial class DependsOnAttribute : System.Attribute
127     {
DependsOnAttribute(string name)128         public DependsOnAttribute(string name) { }
129         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
130         public override object TypeId { get { throw null; } }
131     }
132     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
133     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
134     public sealed partial class DictionaryKeyPropertyAttribute : System.Attribute
135     {
DictionaryKeyPropertyAttribute(string name)136         public DictionaryKeyPropertyAttribute(string name) { }
137         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
138     }
139     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
140     public partial interface IComponentConnector
141     {
Connect(int connectionId, object target)142         void Connect(int connectionId, object target);
InitializeComponent()143         void InitializeComponent();
144     }
145     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
146     public partial interface INameScope
147     {
FindName(string name)148         object FindName(string name);
RegisterName(string name, object scopedElement)149         void RegisterName(string name, object scopedElement);
UnregisterName(string name)150         void UnregisterName(string name);
151     }
152     public partial interface INameScopeDictionary : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object>>, System.Collections.Generic.IDictionary<string, object>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object>>, System.Collections.IEnumerable, System.Windows.Markup.INameScope
153     {
154     }
155     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("PresentationFramework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
156     public partial interface IProvideValueTarget
157     {
158         object TargetObject { get; }
159         object TargetProperty { get; }
160     }
161     public partial interface IQueryAmbient
162     {
IsAmbientPropertyAvailable(string propertyName)163         bool IsAmbientPropertyAvailable(string propertyName);
164     }
165     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("PresentationCore, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
166     public partial interface IUriContext
167     {
168         System.Uri BaseUri { get; set; }
169     }
170     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
171     public partial interface IValueSerializerContext : System.ComponentModel.ITypeDescriptorContext, System.IServiceProvider
172     {
GetValueSerializerFor(System.ComponentModel.PropertyDescriptor descriptor)173         System.Windows.Markup.ValueSerializer GetValueSerializerFor(System.ComponentModel.PropertyDescriptor descriptor);
GetValueSerializerFor(System.Type type)174         System.Windows.Markup.ValueSerializer GetValueSerializerFor(System.Type type);
175     }
176     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
177     public partial interface IXamlTypeResolver
178     {
Resolve(string qualifiedTypeName)179         System.Type Resolve(string qualifiedTypeName);
180     }
181     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
182     public abstract partial class MarkupExtension
183     {
MarkupExtension()184         protected MarkupExtension() { }
ProvideValue(System.IServiceProvider serviceProvider)185         public abstract object ProvideValue(System.IServiceProvider serviceProvider);
186     }
187     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
188     public sealed partial class MarkupExtensionReturnTypeAttribute : System.Attribute
189     {
MarkupExtensionReturnTypeAttribute()190         public MarkupExtensionReturnTypeAttribute() { }
MarkupExtensionReturnTypeAttribute(System.Type returnType)191         public MarkupExtensionReturnTypeAttribute(System.Type returnType) { }
192         [System.ObsoleteAttribute("Unused. Use MarkupExtensionReturnTypeAttribute(Type) or XamlSetMarkupExtensionAttribute.")]
MarkupExtensionReturnTypeAttribute(System.Type returnType, System.Type expressionType)193         public MarkupExtensionReturnTypeAttribute(System.Type returnType, System.Type expressionType) { }
194         [System.ObsoleteAttribute("Unused. Use XamlSetMarkupExtensionAttribute functionality instead.")]
195         public System.Type ExpressionType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
196         public System.Type ReturnType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
197     }
198     public abstract partial class MemberDefinition
199     {
MemberDefinition()200         protected MemberDefinition() { }
201         public abstract string Name { get; set; }
202     }
203     public partial class NameReferenceConverter : System.ComponentModel.TypeConverter
204     {
NameReferenceConverter()205         public NameReferenceConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)206         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)207         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)208         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)209         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
210     }
211     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
212     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
213     public sealed partial class NameScopePropertyAttribute : System.Attribute
214     {
NameScopePropertyAttribute(string name)215         public NameScopePropertyAttribute(string name) { }
NameScopePropertyAttribute(string name, System.Type type)216         public NameScopePropertyAttribute(string name, System.Type type) { }
217         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
218         public System.Type Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
219     }
220     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("PresentationFramework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
221     [System.Windows.Markup.MarkupExtensionReturnTypeAttribute(typeof(object))]
222     public partial class NullExtension : System.Windows.Markup.MarkupExtension
223     {
NullExtension()224         public NullExtension() { }
ProvideValue(System.IServiceProvider serviceProvider)225         public override object ProvideValue(System.IServiceProvider serviceProvider) { throw null; }
226     }
227     public partial class PropertyDefinition : System.Windows.Markup.MemberDefinition
228     {
PropertyDefinition()229         public PropertyDefinition() { }
230         public System.Collections.Generic.IList<System.Attribute> Attributes { get { throw null; } }
231         [System.ComponentModel.DefaultValueAttribute("public")]
232         public string Modifier { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
233         public override string Name { get { throw null; } set { } }
234         [System.ComponentModel.TypeConverterAttribute(typeof(System.Xaml.Schema.XamlTypeTypeConverter))]
235         public System.Xaml.XamlType Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
236     }
237     [System.Windows.Markup.ContentPropertyAttribute("Name")]
238     public partial class Reference : System.Windows.Markup.MarkupExtension
239     {
Reference()240         public Reference() { }
Reference(string name)241         public Reference(string name) { }
242         [System.Windows.Markup.ConstructorArgumentAttribute("name")]
243         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
ProvideValue(System.IServiceProvider serviceProvider)244         public override object ProvideValue(System.IServiceProvider serviceProvider) { throw null; }
245     }
246     [System.AttributeUsageAttribute((System.AttributeTargets)(1))]
247     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
248     public sealed partial class RootNamespaceAttribute : System.Attribute
249     {
RootNamespaceAttribute(string nameSpace)250         public RootNamespaceAttribute(string nameSpace) { }
251         public string Namespace { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
252     }
253     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
254     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
255     public sealed partial class RuntimeNamePropertyAttribute : System.Attribute
256     {
RuntimeNamePropertyAttribute(string name)257         public RuntimeNamePropertyAttribute(string name) { }
258         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
259     }
260     [System.ComponentModel.TypeConverterAttribute("System.Windows.Markup.StaticExtensionConverter")]
261     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("PresentationFramework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
262     [System.Windows.Markup.MarkupExtensionReturnTypeAttribute(typeof(object))]
263     public partial class StaticExtension : System.Windows.Markup.MarkupExtension
264     {
StaticExtension()265         public StaticExtension() { }
StaticExtension(string member)266         public StaticExtension(string member) { }
267         [System.Windows.Markup.ConstructorArgumentAttribute("member")]
268         public string Member { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
269         [System.ComponentModel.DefaultValueAttribute(null)]
270         public System.Type MemberType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
ProvideValue(System.IServiceProvider serviceProvider)271         public override object ProvideValue(System.IServiceProvider serviceProvider) { throw null; }
272     }
273     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
274     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
275     public sealed partial class TrimSurroundingWhitespaceAttribute : System.Attribute
276     {
TrimSurroundingWhitespaceAttribute()277         public TrimSurroundingWhitespaceAttribute() { }
278     }
279     [System.ComponentModel.TypeConverterAttribute("System.Windows.Markup.TypeExtensionConverter")]
280     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("PresentationFramework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
281     [System.Windows.Markup.MarkupExtensionReturnTypeAttribute(typeof(System.Type))]
282     public partial class TypeExtension : System.Windows.Markup.MarkupExtension
283     {
TypeExtension()284         public TypeExtension() { }
TypeExtension(string typeName)285         public TypeExtension(string typeName) { }
TypeExtension(System.Type type)286         public TypeExtension(System.Type type) { }
287         [System.ComponentModel.DefaultValueAttribute(null)]
288         [System.Windows.Markup.ConstructorArgumentAttribute("type")]
289         public System.Type Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
290         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
291         public string TypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
ProvideValue(System.IServiceProvider serviceProvider)292         public override object ProvideValue(System.IServiceProvider serviceProvider) { throw null; }
293     }
294     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false)]
295     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
296     public sealed partial class UidPropertyAttribute : System.Attribute
297     {
UidPropertyAttribute(string name)298         public UidPropertyAttribute(string name) { }
299         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
300     }
301     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
302     public sealed partial class UsableDuringInitializationAttribute : System.Attribute
303     {
UsableDuringInitializationAttribute(bool usable)304         public UsableDuringInitializationAttribute(bool usable) { }
305         public bool Usable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
306     }
307     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
308     public abstract partial class ValueSerializer
309     {
ValueSerializer()310         protected ValueSerializer() { }
CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)311         public virtual bool CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)312         public virtual bool CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)313         public virtual object ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)314         public virtual string ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
GetConvertFromException(object value)315         protected System.Exception GetConvertFromException(object value) { throw null; }
GetConvertToException(object value, System.Type destinationType)316         protected System.Exception GetConvertToException(object value, System.Type destinationType) { throw null; }
GetSerializerFor(System.ComponentModel.PropertyDescriptor descriptor)317         public static System.Windows.Markup.ValueSerializer GetSerializerFor(System.ComponentModel.PropertyDescriptor descriptor) { throw null; }
GetSerializerFor(System.ComponentModel.PropertyDescriptor descriptor, System.Windows.Markup.IValueSerializerContext context)318         public static System.Windows.Markup.ValueSerializer GetSerializerFor(System.ComponentModel.PropertyDescriptor descriptor, System.Windows.Markup.IValueSerializerContext context) { throw null; }
GetSerializerFor(System.Type type)319         public static System.Windows.Markup.ValueSerializer GetSerializerFor(System.Type type) { throw null; }
GetSerializerFor(System.Type type, System.Windows.Markup.IValueSerializerContext context)320         public static System.Windows.Markup.ValueSerializer GetSerializerFor(System.Type type, System.Windows.Markup.IValueSerializerContext context) { throw null; }
TypeReferences(object value, System.Windows.Markup.IValueSerializerContext context)321         public virtual System.Collections.Generic.IEnumerable<System.Type> TypeReferences(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
322     }
323     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
324     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
325     public sealed partial class WhitespaceSignificantCollectionAttribute : System.Attribute
326     {
WhitespaceSignificantCollectionAttribute()327         public WhitespaceSignificantCollectionAttribute() { }
328     }
329     [System.AttributeUsageAttribute((System.AttributeTargets)(132), AllowMultiple=false, Inherited=true)]
330     public sealed partial class XamlDeferLoadAttribute : System.Attribute
331     {
XamlDeferLoadAttribute(string loaderType, string contentType)332         public XamlDeferLoadAttribute(string loaderType, string contentType) { }
XamlDeferLoadAttribute(System.Type loaderType, System.Type contentType)333         public XamlDeferLoadAttribute(System.Type loaderType, System.Type contentType) { }
334         public System.Type ContentType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
335         public string ContentTypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
336         public System.Type LoaderType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
337         public string LoaderTypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
338     }
339     [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=true, AllowMultiple=false)]
340     public sealed partial class XamlSetMarkupExtensionAttribute : System.Attribute
341     {
XamlSetMarkupExtensionAttribute(string xamlSetMarkupExtensionHandler)342         public XamlSetMarkupExtensionAttribute(string xamlSetMarkupExtensionHandler) { }
343         public string XamlSetMarkupExtensionHandler { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
344     }
345     public partial class XamlSetMarkupExtensionEventArgs : System.Windows.Markup.XamlSetValueEventArgs
346     {
XamlSetMarkupExtensionEventArgs(System.Xaml.XamlMember member, System.Windows.Markup.MarkupExtension value, System.IServiceProvider serviceProvider)347         public XamlSetMarkupExtensionEventArgs(System.Xaml.XamlMember member, System.Windows.Markup.MarkupExtension value, System.IServiceProvider serviceProvider) : base (default(System.Xaml.XamlMember), default(object)) { }
348         public System.Windows.Markup.MarkupExtension MarkupExtension { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
349         public System.IServiceProvider ServiceProvider { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
CallBase()350         public override void CallBase() { }
351     }
352     [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=true, AllowMultiple=false)]
353     public sealed partial class XamlSetTypeConverterAttribute : System.Attribute
354     {
XamlSetTypeConverterAttribute(string xamlSetTypeConverterHandler)355         public XamlSetTypeConverterAttribute(string xamlSetTypeConverterHandler) { }
356         public string XamlSetTypeConverterHandler { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
357     }
358     public partial class XamlSetTypeConverterEventArgs : System.Windows.Markup.XamlSetValueEventArgs
359     {
XamlSetTypeConverterEventArgs(System.Xaml.XamlMember member, System.ComponentModel.TypeConverter typeConverter, object value, System.ComponentModel.ITypeDescriptorContext serviceProvider, System.Globalization.CultureInfo cultureInfo)360         public XamlSetTypeConverterEventArgs(System.Xaml.XamlMember member, System.ComponentModel.TypeConverter typeConverter, object value, System.ComponentModel.ITypeDescriptorContext serviceProvider, System.Globalization.CultureInfo cultureInfo) : base (default(System.Xaml.XamlMember), default(object)) { }
361         public System.Globalization.CultureInfo CultureInfo { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
362         public System.ComponentModel.ITypeDescriptorContext ServiceProvider { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
363         public System.ComponentModel.TypeConverter TypeConverter { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
CallBase()364         public override void CallBase() { }
365     }
366     public partial class XamlSetValueEventArgs : System.EventArgs
367     {
XamlSetValueEventArgs(System.Xaml.XamlMember member, object value)368         public XamlSetValueEventArgs(System.Xaml.XamlMember member, object value) { }
369         public bool Handled { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
370         public System.Xaml.XamlMember Member { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
371         public object Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
CallBase()372         public virtual void CallBase() { }
373     }
374     [System.Windows.Markup.ContentPropertyAttribute("Text")]
375     public sealed partial class XData
376     {
XData()377         public XData() { }
378         public string Text { get { throw null; } set { } }
379         public object XmlReader { get { throw null; } set { } }
380     }
381     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false)]
382     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
383     public sealed partial class XmlLangPropertyAttribute : System.Attribute
384     {
XmlLangPropertyAttribute(string name)385         public XmlLangPropertyAttribute(string name) { }
386         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
387     }
388     [System.AttributeUsageAttribute((System.AttributeTargets)(1), AllowMultiple=true)]
389     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
390     public sealed partial class XmlnsCompatibleWithAttribute : System.Attribute
391     {
XmlnsCompatibleWithAttribute(string oldNamespace, string newNamespace)392         public XmlnsCompatibleWithAttribute(string oldNamespace, string newNamespace) { }
393         public string NewNamespace { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
394         public string OldNamespace { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
395     }
396     [System.AttributeUsageAttribute((System.AttributeTargets)(1), AllowMultiple=true)]
397     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
398     public sealed partial class XmlnsDefinitionAttribute : System.Attribute
399     {
XmlnsDefinitionAttribute(string xmlNamespace, string clrNamespace)400         public XmlnsDefinitionAttribute(string xmlNamespace, string clrNamespace) { }
401         public string AssemblyName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
402         public string ClrNamespace { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
403         public string XmlNamespace { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
404     }
405     [System.AttributeUsageAttribute((System.AttributeTargets)(1), AllowMultiple=true)]
406     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
407     public sealed partial class XmlnsPrefixAttribute : System.Attribute
408     {
XmlnsPrefixAttribute(string xmlNamespace, string prefix)409         public XmlnsPrefixAttribute(string xmlNamespace, string prefix) { }
410         public string Prefix { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
411         public string XmlNamespace { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
412     }
413 }
414 namespace System.Xaml
415 {
416     public partial class AmbientPropertyValue
417     {
AmbientPropertyValue(System.Xaml.XamlMember property, object value)418         public AmbientPropertyValue(System.Xaml.XamlMember property, object value) { }
419         public System.Xaml.XamlMember RetrievedProperty { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
420         public object Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
421     }
422     public partial class AttachableMemberIdentifier : System.IEquatable<System.Xaml.AttachableMemberIdentifier>
423     {
AttachableMemberIdentifier(System.Type declaringType, string memberName)424         public AttachableMemberIdentifier(System.Type declaringType, string memberName) { }
425         public System.Type DeclaringType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
426         public string MemberName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
Equals(object obj)427         public override bool Equals(object obj) { throw null; }
Equals(System.Xaml.AttachableMemberIdentifier other)428         public bool Equals(System.Xaml.AttachableMemberIdentifier other) { throw null; }
GetHashCode()429         public override int GetHashCode() { throw null; }
operator ==(System.Xaml.AttachableMemberIdentifier left, System.Xaml.AttachableMemberIdentifier right)430         public static bool operator ==(System.Xaml.AttachableMemberIdentifier left, System.Xaml.AttachableMemberIdentifier right) { throw null; }
operator !=(System.Xaml.AttachableMemberIdentifier left, System.Xaml.AttachableMemberIdentifier right)431         public static bool operator !=(System.Xaml.AttachableMemberIdentifier left, System.Xaml.AttachableMemberIdentifier right) { throw null; }
ToString()432         public override string ToString() { throw null; }
433     }
434     public static partial class AttachablePropertyServices
435     {
CopyPropertiesTo(object instance, System.Collections.Generic.KeyValuePair<System.Xaml.AttachableMemberIdentifier, object>[] array, int index)436         public static void CopyPropertiesTo(object instance, System.Collections.Generic.KeyValuePair<System.Xaml.AttachableMemberIdentifier, object>[] array, int index) { }
GetAttachedPropertyCount(object instance)437         public static int GetAttachedPropertyCount(object instance) { throw null; }
RemoveProperty(object instance, System.Xaml.AttachableMemberIdentifier name)438         public static bool RemoveProperty(object instance, System.Xaml.AttachableMemberIdentifier name) { throw null; }
SetProperty(object instance, System.Xaml.AttachableMemberIdentifier name, object value)439         public static void SetProperty(object instance, System.Xaml.AttachableMemberIdentifier name, object value) { }
TryGetProperty(object instance, System.Xaml.AttachableMemberIdentifier name, out object value)440         public static bool TryGetProperty(object instance, System.Xaml.AttachableMemberIdentifier name, out object value) { value = default(object); throw null; }
TryGetProperty(object instance, System.Xaml.AttachableMemberIdentifier name, out T value)441         public static bool TryGetProperty<T>(object instance, System.Xaml.AttachableMemberIdentifier name, out T value) { value = default(T); throw null; }
442     }
443     public partial interface IAmbientProvider
444     {
GetAllAmbientValues(System.Collections.Generic.IEnumerable<System.Xaml.XamlType> ceilingTypes, bool searchLiveStackOnly, System.Collections.Generic.IEnumerable<System.Xaml.XamlType> types, params System.Xaml.XamlMember[] properties)445         System.Collections.Generic.IEnumerable<System.Xaml.AmbientPropertyValue> GetAllAmbientValues(System.Collections.Generic.IEnumerable<System.Xaml.XamlType> ceilingTypes, bool searchLiveStackOnly, System.Collections.Generic.IEnumerable<System.Xaml.XamlType> types, params System.Xaml.XamlMember[] properties);
GetAllAmbientValues(System.Collections.Generic.IEnumerable<System.Xaml.XamlType> ceilingTypes, params System.Xaml.XamlMember[] properties)446         System.Collections.Generic.IEnumerable<System.Xaml.AmbientPropertyValue> GetAllAmbientValues(System.Collections.Generic.IEnumerable<System.Xaml.XamlType> ceilingTypes, params System.Xaml.XamlMember[] properties);
GetAllAmbientValues(params System.Xaml.XamlType[] types)447         System.Collections.Generic.IEnumerable<object> GetAllAmbientValues(params System.Xaml.XamlType[] types);
GetFirstAmbientValue(System.Collections.Generic.IEnumerable<System.Xaml.XamlType> ceilingTypes, params System.Xaml.XamlMember[] properties)448         System.Xaml.AmbientPropertyValue GetFirstAmbientValue(System.Collections.Generic.IEnumerable<System.Xaml.XamlType> ceilingTypes, params System.Xaml.XamlMember[] properties);
GetFirstAmbientValue(params System.Xaml.XamlType[] types)449         object GetFirstAmbientValue(params System.Xaml.XamlType[] types);
450     }
451     public partial interface IAttachedPropertyStore
452     {
453         int PropertyCount { get; }
CopyPropertiesTo(System.Collections.Generic.KeyValuePair<System.Xaml.AttachableMemberIdentifier, object>[] array, int index)454         void CopyPropertiesTo(System.Collections.Generic.KeyValuePair<System.Xaml.AttachableMemberIdentifier, object>[] array, int index);
RemoveProperty(System.Xaml.AttachableMemberIdentifier attachableMemberIdentifier)455         bool RemoveProperty(System.Xaml.AttachableMemberIdentifier attachableMemberIdentifier);
SetProperty(System.Xaml.AttachableMemberIdentifier attachableMemberIdentifier, object value)456         void SetProperty(System.Xaml.AttachableMemberIdentifier attachableMemberIdentifier, object value);
TryGetProperty(System.Xaml.AttachableMemberIdentifier attachableMemberIdentifier, out object value)457         bool TryGetProperty(System.Xaml.AttachableMemberIdentifier attachableMemberIdentifier, out object value);
458     }
459     public partial interface IDestinationTypeProvider
460     {
GetDestinationType()461         System.Type GetDestinationType();
462     }
463     public partial interface INamespacePrefixLookup
464     {
LookupPrefix(string ns)465         string LookupPrefix(string ns);
466     }
467     public partial interface IRootObjectProvider
468     {
469         object RootObject { get; }
470     }
471     public partial interface IXamlIndexingReader
472     {
473         int Count { get; }
474         int CurrentIndex { get; set; }
475     }
476     public partial interface IXamlLineInfo
477     {
478         bool HasLineInfo { get; }
479         int LineNumber { get; }
480         int LinePosition { get; }
481     }
482     public partial interface IXamlLineInfoConsumer
483     {
484         bool ShouldProvideLineInfo { get; }
SetLineInfo(int lineNumber, int linePosition)485         void SetLineInfo(int lineNumber, int linePosition);
486     }
487     public partial interface IXamlNameProvider
488     {
GetName(object value)489         string GetName(object value);
490     }
491     public partial interface IXamlNameResolver
492     {
493         bool IsFixupTokenAvailable { get; }
494         event System.EventHandler OnNameScopeInitializationComplete;
GetAllNamesAndValuesInScope()495         System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object>> GetAllNamesAndValuesInScope();
GetFixupToken(System.Collections.Generic.IEnumerable<string> names)496         object GetFixupToken(System.Collections.Generic.IEnumerable<string> names);
GetFixupToken(System.Collections.Generic.IEnumerable<string> names, bool canAssignDirectly)497         object GetFixupToken(System.Collections.Generic.IEnumerable<string> names, bool canAssignDirectly);
Resolve(string name)498         object Resolve(string name);
Resolve(string name, out bool isFullyInitialized)499         object Resolve(string name, out bool isFullyInitialized);
500     }
501     public partial interface IXamlNamespaceResolver
502     {
GetNamespace(string prefix)503         string GetNamespace(string prefix);
GetNamespacePrefixes()504         System.Collections.Generic.IEnumerable<System.Xaml.NamespaceDeclaration> GetNamespacePrefixes();
505     }
506     public partial interface IXamlObjectWriterFactory
507     {
GetParentSettings()508         System.Xaml.XamlObjectWriterSettings GetParentSettings();
GetXamlObjectWriter(System.Xaml.XamlObjectWriterSettings settings)509         System.Xaml.XamlObjectWriter GetXamlObjectWriter(System.Xaml.XamlObjectWriterSettings settings);
510     }
511     public partial interface IXamlSchemaContextProvider
512     {
513         System.Xaml.XamlSchemaContext SchemaContext { get; }
514     }
515     public partial class NamespaceDeclaration
516     {
NamespaceDeclaration(string ns, string prefix)517         public NamespaceDeclaration(string ns, string prefix) { }
518         public string Namespace { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
519         public string Prefix { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
520     }
521     public partial class XamlBackgroundReader : System.Xaml.XamlReader, System.Xaml.IXamlLineInfo
522     {
XamlBackgroundReader(System.Xaml.XamlReader wrappedReader)523         public XamlBackgroundReader(System.Xaml.XamlReader wrappedReader) { }
524         public bool HasLineInfo { get { throw null; } }
525         public override bool IsEof { get { throw null; } }
526         public int LineNumber { get { throw null; } }
527         [System.MonoTODOAttribute("always returns 0")]
528         public int LinePosition { get { throw null; } }
529         public override System.Xaml.XamlMember Member { get { throw null; } }
530         public override System.Xaml.NamespaceDeclaration Namespace { get { throw null; } }
531         public override System.Xaml.XamlNodeType NodeType { get { throw null; } }
532         public override System.Xaml.XamlSchemaContext SchemaContext { get { throw null; } }
533         public override System.Xaml.XamlType Type { get { throw null; } }
534         public override object Value { get { throw null; } }
Dispose(bool disposing)535         protected override void Dispose(bool disposing) { }
Read()536         public override bool Read() { throw null; }
StartThread()537         public void StartThread() { }
StartThread(string threadName)538         public void StartThread(string threadName) { }
539     }
540     public abstract partial class XamlDeferringLoader
541     {
XamlDeferringLoader()542         protected XamlDeferringLoader() { }
Load(System.Xaml.XamlReader xamlReader, System.IServiceProvider serviceProvider)543         public abstract object Load(System.Xaml.XamlReader xamlReader, System.IServiceProvider serviceProvider);
Save(object value, System.IServiceProvider serviceProvider)544         public abstract System.Xaml.XamlReader Save(object value, System.IServiceProvider serviceProvider);
545     }
546     public partial class XamlDirective : System.Xaml.XamlMember
547     {
XamlDirective(System.Collections.Generic.IEnumerable<string> xamlNamespaces, string name, System.Xaml.XamlType xamlType, System.Xaml.Schema.XamlValueConverter<System.ComponentModel.TypeConverter> typeConverter, System.Xaml.Schema.AllowedMemberLocations allowedLocation)548         public XamlDirective(System.Collections.Generic.IEnumerable<string> xamlNamespaces, string name, System.Xaml.XamlType xamlType, System.Xaml.Schema.XamlValueConverter<System.ComponentModel.TypeConverter> typeConverter, System.Xaml.Schema.AllowedMemberLocations allowedLocation) : base (default(string), default(System.Xaml.XamlType), default(bool)) { }
XamlDirective(string xamlNamespace, string name)549         public XamlDirective(string xamlNamespace, string name) : base (default(string), default(System.Xaml.XamlType), default(bool)) { }
550         public System.Xaml.Schema.AllowedMemberLocations AllowedLocation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
GetHashCode()551         public override int GetHashCode() { throw null; }
GetXamlNamespaces()552         public override System.Collections.Generic.IList<string> GetXamlNamespaces() { throw null; }
LookupCustomAttributeProvider()553         protected sealed override System.Reflection.ICustomAttributeProvider LookupCustomAttributeProvider() { throw null; }
LookupDeferringLoader()554         protected sealed override System.Xaml.Schema.XamlValueConverter<System.Xaml.XamlDeferringLoader> LookupDeferringLoader() { throw null; }
LookupDependsOn()555         protected sealed override System.Collections.Generic.IList<System.Xaml.XamlMember> LookupDependsOn() { throw null; }
LookupInvoker()556         protected sealed override System.Xaml.Schema.XamlMemberInvoker LookupInvoker() { throw null; }
LookupIsAmbient()557         protected sealed override bool LookupIsAmbient() { throw null; }
LookupIsEvent()558         protected sealed override bool LookupIsEvent() { throw null; }
LookupIsReadOnly()559         protected sealed override bool LookupIsReadOnly() { throw null; }
LookupIsReadPublic()560         protected sealed override bool LookupIsReadPublic() { throw null; }
LookupIsUnknown()561         protected sealed override bool LookupIsUnknown() { throw null; }
LookupIsWriteOnly()562         protected sealed override bool LookupIsWriteOnly() { throw null; }
LookupIsWritePublic()563         protected sealed override bool LookupIsWritePublic() { throw null; }
LookupTargetType()564         protected sealed override System.Xaml.XamlType LookupTargetType() { throw null; }
LookupType()565         protected sealed override System.Xaml.XamlType LookupType() { throw null; }
LookupTypeConverter()566         protected sealed override System.Xaml.Schema.XamlValueConverter<System.ComponentModel.TypeConverter> LookupTypeConverter() { throw null; }
LookupUnderlyingGetter()567         protected sealed override System.Reflection.MethodInfo LookupUnderlyingGetter() { throw null; }
LookupUnderlyingMember()568         protected sealed override System.Reflection.MemberInfo LookupUnderlyingMember() { throw null; }
LookupUnderlyingSetter()569         protected sealed override System.Reflection.MethodInfo LookupUnderlyingSetter() { throw null; }
ToString()570         public override string ToString() { throw null; }
571     }
572     [System.SerializableAttribute]
573     public partial class XamlDuplicateMemberException : System.Xaml.XamlException
574     {
XamlDuplicateMemberException()575         public XamlDuplicateMemberException() { }
XamlDuplicateMemberException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)576         protected XamlDuplicateMemberException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
XamlDuplicateMemberException(string message)577         public XamlDuplicateMemberException(string message) { }
XamlDuplicateMemberException(string message, System.Exception innerException)578         public XamlDuplicateMemberException(string message, System.Exception innerException) { }
XamlDuplicateMemberException(System.Xaml.XamlMember member, System.Xaml.XamlType type)579         public XamlDuplicateMemberException(System.Xaml.XamlMember member, System.Xaml.XamlType type) { }
580         public System.Xaml.XamlMember DuplicateMember { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
581         public System.Xaml.XamlType ParentType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)582         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
583     }
584     [System.SerializableAttribute]
585     public partial class XamlException : System.Exception
586     {
XamlException()587         public XamlException() { }
XamlException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)588         protected XamlException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
XamlException(string message)589         public XamlException(string message) { }
XamlException(string message, System.Exception innerException)590         public XamlException(string message, System.Exception innerException) { }
XamlException(string message, System.Exception innerException, int lineNumber, int linePosition)591         public XamlException(string message, System.Exception innerException, int lineNumber, int linePosition) { }
592         public int LineNumber { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
593         public int LinePosition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
594         public override string Message { get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)595         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
596     }
597     [System.SerializableAttribute]
598     public partial class XamlInternalException : System.Xaml.XamlException
599     {
XamlInternalException()600         public XamlInternalException() { }
XamlInternalException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)601         protected XamlInternalException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
XamlInternalException(string message)602         public XamlInternalException(string message) { }
XamlInternalException(string message, System.Exception innerException)603         public XamlInternalException(string message, System.Exception innerException) { }
604     }
605     public static partial class XamlLanguage
606     {
607         public const string Xaml2006Namespace = "http://schemas.microsoft.com/winfx/2006/xaml";
608         public const string Xml1998Namespace = "http://www.w3.org/XML/1998/namespace";
609         public static System.Collections.ObjectModel.ReadOnlyCollection<System.Xaml.XamlDirective> AllDirectives { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
610         public static System.Collections.ObjectModel.ReadOnlyCollection<System.Xaml.XamlType> AllTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
611         public static System.Xaml.XamlDirective Arguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
612         public static System.Xaml.XamlType Array { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
613         public static System.Xaml.XamlDirective AsyncRecords { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
614         public static System.Xaml.XamlDirective Base { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
615         public static System.Xaml.XamlType Boolean { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
616         public static System.Xaml.XamlType Byte { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
617         public static System.Xaml.XamlType Char { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
618         public static System.Xaml.XamlDirective Class { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
619         public static System.Xaml.XamlDirective ClassAttributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
620         public static System.Xaml.XamlDirective ClassModifier { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
621         public static System.Xaml.XamlDirective Code { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
622         public static System.Xaml.XamlDirective ConnectionId { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
623         public static System.Xaml.XamlType Decimal { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
624         public static System.Xaml.XamlType Double { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
625         public static System.Xaml.XamlDirective FactoryMethod { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
626         public static System.Xaml.XamlDirective FieldModifier { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
627         public static System.Xaml.XamlDirective Initialization { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
628         public static System.Xaml.XamlType Int16 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
629         public static System.Xaml.XamlType Int32 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
630         public static System.Xaml.XamlType Int64 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
631         public static System.Xaml.XamlDirective Items { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
632         public static System.Xaml.XamlDirective Key { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
633         public static System.Xaml.XamlDirective Lang { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
634         public static System.Xaml.XamlType Member { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
635         public static System.Xaml.XamlDirective Members { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
636         public static System.Xaml.XamlDirective Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
637         public static System.Xaml.XamlType Null { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
638         public static System.Xaml.XamlType Object { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
639         public static System.Xaml.XamlDirective PositionalParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
640         public static System.Xaml.XamlType Property { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
641         public static System.Xaml.XamlType Reference { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
642         public static System.Xaml.XamlDirective Shared { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
643         public static System.Xaml.XamlType Single { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
644         public static System.Xaml.XamlDirective Space { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
645         public static System.Xaml.XamlType Static { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
646         public static System.Xaml.XamlType String { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
647         public static System.Xaml.XamlDirective Subclass { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
648         public static System.Xaml.XamlDirective SynchronousMode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
649         public static System.Xaml.XamlType TimeSpan { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
650         public static System.Xaml.XamlType Type { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
651         public static System.Xaml.XamlDirective TypeArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
652         public static System.Xaml.XamlDirective Uid { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
653         public static System.Xaml.XamlDirective UnknownContent { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
654         public static System.Xaml.XamlType Uri { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
655         public static System.Collections.Generic.IList<string> XamlNamespaces { get { throw null; } }
656         public static System.Xaml.XamlType XData { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
657         public static System.Collections.Generic.IList<string> XmlNamespaces { get { throw null; } }
658     }
659     public partial class XamlMember : System.IEquatable<System.Xaml.XamlMember>
660     {
XamlMember(System.Reflection.EventInfo eventInfo, System.Xaml.XamlSchemaContext schemaContext)661         public XamlMember(System.Reflection.EventInfo eventInfo, System.Xaml.XamlSchemaContext schemaContext) { }
XamlMember(System.Reflection.EventInfo eventInfo, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.Schema.XamlMemberInvoker invoker)662         public XamlMember(System.Reflection.EventInfo eventInfo, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.Schema.XamlMemberInvoker invoker) { }
XamlMember(System.Reflection.PropertyInfo propertyInfo, System.Xaml.XamlSchemaContext schemaContext)663         public XamlMember(System.Reflection.PropertyInfo propertyInfo, System.Xaml.XamlSchemaContext schemaContext) { }
XamlMember(System.Reflection.PropertyInfo propertyInfo, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.Schema.XamlMemberInvoker invoker)664         public XamlMember(System.Reflection.PropertyInfo propertyInfo, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.Schema.XamlMemberInvoker invoker) { }
XamlMember(string attachablePropertyName, System.Reflection.MethodInfo getter, System.Reflection.MethodInfo setter, System.Xaml.XamlSchemaContext schemaContext)665         public XamlMember(string attachablePropertyName, System.Reflection.MethodInfo getter, System.Reflection.MethodInfo setter, System.Xaml.XamlSchemaContext schemaContext) { }
XamlMember(string attachablePropertyName, System.Reflection.MethodInfo getter, System.Reflection.MethodInfo setter, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.Schema.XamlMemberInvoker invoker)666         public XamlMember(string attachablePropertyName, System.Reflection.MethodInfo getter, System.Reflection.MethodInfo setter, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.Schema.XamlMemberInvoker invoker) { }
XamlMember(string attachableEventName, System.Reflection.MethodInfo adder, System.Xaml.XamlSchemaContext schemaContext)667         public XamlMember(string attachableEventName, System.Reflection.MethodInfo adder, System.Xaml.XamlSchemaContext schemaContext) { }
XamlMember(string attachableEventName, System.Reflection.MethodInfo adder, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.Schema.XamlMemberInvoker invoker)668         public XamlMember(string attachableEventName, System.Reflection.MethodInfo adder, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.Schema.XamlMemberInvoker invoker) { }
XamlMember(string name, System.Xaml.XamlType declaringType, bool isAttachable)669         public XamlMember(string name, System.Xaml.XamlType declaringType, bool isAttachable) { }
670         public System.Xaml.XamlType DeclaringType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
671         public System.Xaml.Schema.XamlValueConverter<System.Xaml.XamlDeferringLoader> DeferringLoader { get { throw null; } }
672         public System.Collections.Generic.IList<System.Xaml.XamlMember> DependsOn { get { throw null; } }
673         public System.Xaml.Schema.XamlMemberInvoker Invoker { get { throw null; } }
674         public bool IsAmbient { get { throw null; } }
675         public bool IsAttachable { get { throw null; } }
676         public bool IsDirective { get { throw null; } }
677         public bool IsEvent { get { throw null; } }
678         public bool IsNameValid { get { throw null; } }
679         public bool IsReadOnly { get { throw null; } }
680         public bool IsReadPublic { get { throw null; } }
681         public bool IsUnknown { get { throw null; } }
682         public bool IsWriteOnly { get { throw null; } }
683         public bool IsWritePublic { get { throw null; } }
684         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
685         public string PreferredXamlNamespace { get { throw null; } }
686         public System.ComponentModel.DesignerSerializationVisibility SerializationVisibility { get { throw null; } }
687         public System.Xaml.XamlType TargetType { get { throw null; } }
688         public System.Xaml.XamlType Type { get { throw null; } }
689         public System.Xaml.Schema.XamlValueConverter<System.ComponentModel.TypeConverter> TypeConverter { get { throw null; } }
690         public System.Reflection.MemberInfo UnderlyingMember { get { throw null; } }
691         public System.Xaml.Schema.XamlValueConverter<System.Windows.Markup.ValueSerializer> ValueSerializer { get { throw null; } }
Equals(object obj)692         public override bool Equals(object obj) { throw null; }
Equals(System.Xaml.XamlMember other)693         public bool Equals(System.Xaml.XamlMember other) { throw null; }
GetHashCode()694         public override int GetHashCode() { throw null; }
GetXamlNamespaces()695         public virtual System.Collections.Generic.IList<string> GetXamlNamespaces() { throw null; }
LookupCustomAttributeProvider()696         protected virtual System.Reflection.ICustomAttributeProvider LookupCustomAttributeProvider() { throw null; }
LookupDeferringLoader()697         protected virtual System.Xaml.Schema.XamlValueConverter<System.Xaml.XamlDeferringLoader> LookupDeferringLoader() { throw null; }
LookupDependsOn()698         protected virtual System.Collections.Generic.IList<System.Xaml.XamlMember> LookupDependsOn() { throw null; }
LookupInvoker()699         protected virtual System.Xaml.Schema.XamlMemberInvoker LookupInvoker() { throw null; }
LookupIsAmbient()700         protected virtual bool LookupIsAmbient() { throw null; }
LookupIsEvent()701         protected virtual bool LookupIsEvent() { throw null; }
LookupIsReadOnly()702         protected virtual bool LookupIsReadOnly() { throw null; }
LookupIsReadPublic()703         protected virtual bool LookupIsReadPublic() { throw null; }
LookupIsUnknown()704         protected virtual bool LookupIsUnknown() { throw null; }
LookupIsWriteOnly()705         protected virtual bool LookupIsWriteOnly() { throw null; }
LookupIsWritePublic()706         protected virtual bool LookupIsWritePublic() { throw null; }
LookupTargetType()707         protected virtual System.Xaml.XamlType LookupTargetType() { throw null; }
LookupType()708         protected virtual System.Xaml.XamlType LookupType() { throw null; }
LookupTypeConverter()709         protected virtual System.Xaml.Schema.XamlValueConverter<System.ComponentModel.TypeConverter> LookupTypeConverter() { throw null; }
LookupUnderlyingGetter()710         protected virtual System.Reflection.MethodInfo LookupUnderlyingGetter() { throw null; }
LookupUnderlyingMember()711         protected virtual System.Reflection.MemberInfo LookupUnderlyingMember() { throw null; }
LookupUnderlyingSetter()712         protected virtual System.Reflection.MethodInfo LookupUnderlyingSetter() { throw null; }
LookupValueSerializer()713         protected virtual System.Xaml.Schema.XamlValueConverter<System.Windows.Markup.ValueSerializer> LookupValueSerializer() { throw null; }
operator ==(System.Xaml.XamlMember xamlMember1, System.Xaml.XamlMember xamlMember2)714         public static bool operator ==(System.Xaml.XamlMember xamlMember1, System.Xaml.XamlMember xamlMember2) { throw null; }
operator !=(System.Xaml.XamlMember xamlMember1, System.Xaml.XamlMember xamlMember2)715         public static bool operator !=(System.Xaml.XamlMember xamlMember1, System.Xaml.XamlMember xamlMember2) { throw null; }
716         [System.MonoTODOAttribute("there are some patterns that return different kind of value: e.g. List<int>.Capacity")]
ToString()717         public override string ToString() { throw null; }
718     }
719     public partial class XamlNodeList
720     {
XamlNodeList(System.Xaml.XamlSchemaContext schemaContext)721         public XamlNodeList(System.Xaml.XamlSchemaContext schemaContext) { }
XamlNodeList(System.Xaml.XamlSchemaContext schemaContext, int size)722         public XamlNodeList(System.Xaml.XamlSchemaContext schemaContext, int size) { }
723         public int Count { get { throw null; } }
724         public System.Xaml.XamlWriter Writer { get { throw null; } }
Clear()725         public void Clear() { }
GetReader()726         public System.Xaml.XamlReader GetReader() { throw null; }
727     }
728     public partial class XamlNodeQueue
729     {
XamlNodeQueue(System.Xaml.XamlSchemaContext schemaContext)730         public XamlNodeQueue(System.Xaml.XamlSchemaContext schemaContext) { }
731         public int Count { get { throw null; } }
732         public bool IsEmpty { get { throw null; } }
733         public System.Xaml.XamlReader Reader { get { throw null; } }
734         public System.Xaml.XamlWriter Writer { get { throw null; } }
735     }
736     public enum XamlNodeType : byte
737     {
738         EndMember = (byte)5,
739         EndObject = (byte)3,
740         GetObject = (byte)2,
741         NamespaceDeclaration = (byte)7,
742         None = (byte)0,
743         StartMember = (byte)4,
744         StartObject = (byte)1,
745         Value = (byte)6,
746     }
747     public partial class XamlObjectEventArgs : System.EventArgs
748     {
XamlObjectEventArgs(object instance)749         public XamlObjectEventArgs(object instance) { }
750         public object Instance { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
751     }
752     public partial class XamlObjectReader : System.Xaml.XamlReader
753     {
XamlObjectReader(object instance)754         public XamlObjectReader(object instance) { }
XamlObjectReader(object instance, System.Xaml.XamlObjectReaderSettings settings)755         public XamlObjectReader(object instance, System.Xaml.XamlObjectReaderSettings settings) { }
XamlObjectReader(object instance, System.Xaml.XamlSchemaContext schemaContext)756         public XamlObjectReader(object instance, System.Xaml.XamlSchemaContext schemaContext) { }
XamlObjectReader(object instance, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlObjectReaderSettings settings)757         public XamlObjectReader(object instance, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlObjectReaderSettings settings) { }
758         public virtual object Instance { get { throw null; } }
759         public override bool IsEof { get { throw null; } }
760         public override System.Xaml.XamlMember Member { get { throw null; } }
761         public override System.Xaml.NamespaceDeclaration Namespace { get { throw null; } }
762         public override System.Xaml.XamlNodeType NodeType { get { throw null; } }
763         public override System.Xaml.XamlSchemaContext SchemaContext { get { throw null; } }
764         public override System.Xaml.XamlType Type { get { throw null; } }
765         public override object Value { get { throw null; } }
Read()766         public override bool Read() { throw null; }
767     }
768     [System.SerializableAttribute]
769     public partial class XamlObjectReaderException : System.Xaml.XamlException
770     {
XamlObjectReaderException()771         public XamlObjectReaderException() { }
XamlObjectReaderException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)772         protected XamlObjectReaderException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
XamlObjectReaderException(string message)773         public XamlObjectReaderException(string message) { }
XamlObjectReaderException(string message, System.Exception innerException)774         public XamlObjectReaderException(string message, System.Exception innerException) { }
775     }
776     public partial class XamlObjectReaderSettings : System.Xaml.XamlReaderSettings
777     {
XamlObjectReaderSettings()778         public XamlObjectReaderSettings() { }
779         public bool RequireExplicitContentVisibility { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
780     }
781     public partial class XamlObjectWriter : System.Xaml.XamlWriter, System.Xaml.IXamlLineInfoConsumer
782     {
XamlObjectWriter(System.Xaml.XamlSchemaContext schemaContext)783         public XamlObjectWriter(System.Xaml.XamlSchemaContext schemaContext) { }
XamlObjectWriter(System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlObjectWriterSettings settings)784         public XamlObjectWriter(System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlObjectWriterSettings settings) { }
785         public virtual object Result { get { throw null; } }
786         public System.Windows.Markup.INameScope RootNameScope { get { throw null; } }
787         public override System.Xaml.XamlSchemaContext SchemaContext { get { throw null; } }
788         public bool ShouldProvideLineInfo { get { throw null; } }
Clear()789         public void Clear() { }
Dispose(bool disposing)790         protected override void Dispose(bool disposing) { }
OnAfterBeginInit(object value)791         protected virtual void OnAfterBeginInit(object value) { }
OnAfterEndInit(object value)792         protected virtual void OnAfterEndInit(object value) { }
OnAfterProperties(object value)793         protected virtual void OnAfterProperties(object value) { }
OnBeforeProperties(object value)794         protected virtual void OnBeforeProperties(object value) { }
OnSetValue(object eventSender, System.Xaml.XamlMember member, object value)795         protected virtual bool OnSetValue(object eventSender, System.Xaml.XamlMember member, object value) { throw null; }
SetLineInfo(int lineNumber, int linePosition)796         public void SetLineInfo(int lineNumber, int linePosition) { }
WriteEndMember()797         public override void WriteEndMember() { }
WriteEndObject()798         public override void WriteEndObject() { }
WriteGetObject()799         public override void WriteGetObject() { }
WriteNamespace(System.Xaml.NamespaceDeclaration namespaceDeclaration)800         public override void WriteNamespace(System.Xaml.NamespaceDeclaration namespaceDeclaration) { }
WriteStartMember(System.Xaml.XamlMember property)801         public override void WriteStartMember(System.Xaml.XamlMember property) { }
WriteStartObject(System.Xaml.XamlType xamlType)802         public override void WriteStartObject(System.Xaml.XamlType xamlType) { }
WriteValue(object value)803         public override void WriteValue(object value) { }
804     }
805     [System.SerializableAttribute]
806     public partial class XamlObjectWriterException : System.Xaml.XamlException
807     {
XamlObjectWriterException()808         public XamlObjectWriterException() { }
XamlObjectWriterException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)809         protected XamlObjectWriterException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
XamlObjectWriterException(string message)810         public XamlObjectWriterException(string message) { }
XamlObjectWriterException(string message, System.Exception innerException)811         public XamlObjectWriterException(string message, System.Exception innerException) { }
812     }
813     public partial class XamlObjectWriterSettings : System.Xaml.XamlWriterSettings
814     {
XamlObjectWriterSettings()815         public XamlObjectWriterSettings() { }
XamlObjectWriterSettings(System.Xaml.XamlObjectWriterSettings settings)816         public XamlObjectWriterSettings(System.Xaml.XamlObjectWriterSettings settings) { }
817         [System.MonoTODOAttribute("Ignored")]
818         public System.Xaml.Permissions.XamlAccessLevel AccessLevel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
819         public System.EventHandler<System.Xaml.XamlObjectEventArgs> AfterBeginInitHandler { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
820         public System.EventHandler<System.Xaml.XamlObjectEventArgs> AfterEndInitHandler { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
821         public System.EventHandler<System.Xaml.XamlObjectEventArgs> AfterPropertiesHandler { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
822         public System.EventHandler<System.Xaml.XamlObjectEventArgs> BeforePropertiesHandler { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
823         public System.Windows.Markup.INameScope ExternalNameScope { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
824         [System.MonoTODOAttribute("Ignored")]
825         public bool IgnoreCanConvert { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
826         [System.MonoTODOAttribute("Ignored")]
827         public bool PreferUnconvertedDictionaryKeys { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
828         public bool RegisterNamesOnExternalNamescope { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
829         public object RootObjectInstance { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
830         [System.MonoTODOAttribute("Ignored")]
831         public bool SkipDuplicatePropertyCheck { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
832         [System.MonoTODOAttribute("Ignored")]
833         public bool SkipProvideValueOnRoot { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
834         public System.EventHandler<System.Windows.Markup.XamlSetValueEventArgs> XamlSetValueHandler { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
835     }
836     [System.SerializableAttribute]
837     public partial class XamlParseException : System.Xaml.XamlException
838     {
XamlParseException()839         public XamlParseException() { }
XamlParseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)840         protected XamlParseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
XamlParseException(string message)841         public XamlParseException(string message) { }
XamlParseException(string message, System.Exception innerException)842         public XamlParseException(string message, System.Exception innerException) { }
843     }
844     public abstract partial class XamlReader : System.IDisposable
845     {
XamlReader()846         protected XamlReader() { }
847         protected bool IsDisposed { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
848         public abstract bool IsEof { get; }
849         public abstract System.Xaml.XamlMember Member { get; }
850         public abstract System.Xaml.NamespaceDeclaration Namespace { get; }
851         public abstract System.Xaml.XamlNodeType NodeType { get; }
852         public abstract System.Xaml.XamlSchemaContext SchemaContext { get; }
853         public abstract System.Xaml.XamlType Type { get; }
854         public abstract object Value { get; }
Close()855         public void Close() { }
Dispose(bool disposing)856         protected virtual void Dispose(bool disposing) { }
Read()857         public abstract bool Read();
ReadSubtree()858         public virtual System.Xaml.XamlReader ReadSubtree() { throw null; }
Skip()859         public virtual void Skip() { }
System.IDisposable.Dispose()860         void System.IDisposable.Dispose() { }
861     }
862     public partial class XamlReaderSettings
863     {
XamlReaderSettings()864         public XamlReaderSettings() { }
XamlReaderSettings(System.Xaml.XamlReaderSettings settings)865         public XamlReaderSettings(System.Xaml.XamlReaderSettings settings) { }
866         public bool AllowProtectedMembersOnRoot { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
867         public System.Uri BaseUri { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
868         public bool IgnoreUidsOnPropertyElements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
869         public System.Reflection.Assembly LocalAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
870         public bool ProvideLineInfo { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
871         public bool ValuesMustBeString { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
872     }
873     public partial class XamlSchemaContext
874     {
XamlSchemaContext()875         public XamlSchemaContext() { }
XamlSchemaContext(System.Collections.Generic.IEnumerable<System.Reflection.Assembly> referenceAssemblies)876         public XamlSchemaContext(System.Collections.Generic.IEnumerable<System.Reflection.Assembly> referenceAssemblies) { }
XamlSchemaContext(System.Collections.Generic.IEnumerable<System.Reflection.Assembly> referenceAssemblies, System.Xaml.XamlSchemaContextSettings settings)877         public XamlSchemaContext(System.Collections.Generic.IEnumerable<System.Reflection.Assembly> referenceAssemblies, System.Xaml.XamlSchemaContextSettings settings) { }
XamlSchemaContext(System.Xaml.XamlSchemaContextSettings settings)878         public XamlSchemaContext(System.Xaml.XamlSchemaContextSettings settings) { }
879         public bool FullyQualifyAssemblyNamesInClrNamespaces { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
880         public System.Collections.Generic.IList<System.Reflection.Assembly> ReferenceAssemblies { get { throw null; } }
881         public bool SupportMarkupExtensionsWithDuplicateArity { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
~XamlSchemaContext()882         ~XamlSchemaContext() { }
GetAllXamlNamespaces()883         public virtual System.Collections.Generic.IEnumerable<string> GetAllXamlNamespaces() { throw null; }
GetAllXamlTypes(string xamlNamespace)884         public virtual System.Collections.Generic.ICollection<System.Xaml.XamlType> GetAllXamlTypes(string xamlNamespace) { throw null; }
GetPreferredPrefix(string xmlns)885         public virtual string GetPreferredPrefix(string xmlns) { throw null; }
886         protected internal System.Xaml.Schema.XamlValueConverter<TConverterBase> GetValueConverter<TConverterBase>(System.Type converterType, System.Xaml.XamlType targetType) where TConverterBase : class { throw null; }
GetXamlDirective(string xamlNamespace, string name)887         public virtual System.Xaml.XamlDirective GetXamlDirective(string xamlNamespace, string name) { throw null; }
GetXamlType(string xamlNamespace, string name, params System.Xaml.XamlType[] typeArguments)888         protected internal virtual System.Xaml.XamlType GetXamlType(string xamlNamespace, string name, params System.Xaml.XamlType[] typeArguments) { throw null; }
GetXamlType(System.Type type)889         public virtual System.Xaml.XamlType GetXamlType(System.Type type) { throw null; }
GetXamlType(System.Xaml.Schema.XamlTypeName xamlTypeName)890         public System.Xaml.XamlType GetXamlType(System.Xaml.Schema.XamlTypeName xamlTypeName) { throw null; }
OnAssemblyResolve(string assemblyName)891         protected internal virtual System.Reflection.Assembly OnAssemblyResolve(string assemblyName) { throw null; }
TryGetCompatibleXamlNamespace(string xamlNamespace, out string compatibleNamespace)892         public virtual bool TryGetCompatibleXamlNamespace(string xamlNamespace, out string compatibleNamespace) { compatibleNamespace = default(string); throw null; }
893     }
894     public partial class XamlSchemaContextSettings
895     {
XamlSchemaContextSettings()896         public XamlSchemaContextSettings() { }
XamlSchemaContextSettings(System.Xaml.XamlSchemaContextSettings settings)897         public XamlSchemaContextSettings(System.Xaml.XamlSchemaContextSettings settings) { }
898         public bool FullyQualifyAssemblyNamesInClrNamespaces { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
899         public bool SupportMarkupExtensionsWithDuplicateArity { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
900     }
901     [System.SerializableAttribute]
902     public partial class XamlSchemaException : System.Xaml.XamlException
903     {
XamlSchemaException()904         public XamlSchemaException() { }
XamlSchemaException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)905         protected XamlSchemaException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
XamlSchemaException(string message)906         public XamlSchemaException(string message) { }
XamlSchemaException(string message, System.Exception innerException)907         public XamlSchemaException(string message, System.Exception innerException) { }
908     }
909     public static partial class XamlServices
910     {
Load(System.IO.Stream stream)911         public static object Load(System.IO.Stream stream) { throw null; }
Load(System.IO.TextReader textReader)912         public static object Load(System.IO.TextReader textReader) { throw null; }
Load(string fileName)913         public static object Load(string fileName) { throw null; }
Load(System.Xaml.XamlReader xamlReader)914         public static object Load(System.Xaml.XamlReader xamlReader) { throw null; }
Load(System.Xml.XmlReader xmlReader)915         public static object Load(System.Xml.XmlReader xmlReader) { throw null; }
Parse(string xaml)916         public static object Parse(string xaml) { throw null; }
Save(System.IO.Stream stream, object instance)917         public static void Save(System.IO.Stream stream, object instance) { }
Save(System.IO.TextWriter writer, object instance)918         public static void Save(System.IO.TextWriter writer, object instance) { }
Save(object instance)919         public static string Save(object instance) { throw null; }
Save(string fileName, object instance)920         public static void Save(string fileName, object instance) { }
Save(System.Xaml.XamlWriter writer, object instance)921         public static void Save(System.Xaml.XamlWriter writer, object instance) { }
Save(System.Xml.XmlWriter writer, object instance)922         public static void Save(System.Xml.XmlWriter writer, object instance) { }
Transform(System.Xaml.XamlReader xamlReader, System.Xaml.XamlWriter xamlWriter)923         public static void Transform(System.Xaml.XamlReader xamlReader, System.Xaml.XamlWriter xamlWriter) { }
Transform(System.Xaml.XamlReader xamlReader, System.Xaml.XamlWriter xamlWriter, bool closeWriter)924         public static void Transform(System.Xaml.XamlReader xamlReader, System.Xaml.XamlWriter xamlWriter, bool closeWriter) { }
925     }
926     public partial class XamlType : System.IEquatable<System.Xaml.XamlType>
927     {
XamlType(string typeName, System.Collections.Generic.IList<System.Xaml.XamlType> typeArguments, System.Xaml.XamlSchemaContext schemaContext)928         protected XamlType(string typeName, System.Collections.Generic.IList<System.Xaml.XamlType> typeArguments, System.Xaml.XamlSchemaContext schemaContext) { }
XamlType(string unknownTypeNamespace, string unknownTypeName, System.Collections.Generic.IList<System.Xaml.XamlType> typeArguments, System.Xaml.XamlSchemaContext schemaContext)929         public XamlType(string unknownTypeNamespace, string unknownTypeName, System.Collections.Generic.IList<System.Xaml.XamlType> typeArguments, System.Xaml.XamlSchemaContext schemaContext) { }
XamlType(System.Type underlyingType, System.Xaml.XamlSchemaContext schemaContext)930         public XamlType(System.Type underlyingType, System.Xaml.XamlSchemaContext schemaContext) { }
XamlType(System.Type underlyingType, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.Schema.XamlTypeInvoker invoker)931         public XamlType(System.Type underlyingType, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.Schema.XamlTypeInvoker invoker) { }
932         public System.Collections.Generic.IList<System.Xaml.XamlType> AllowedContentTypes { get { throw null; } }
933         public System.Xaml.XamlType BaseType { get { throw null; } }
934         public bool ConstructionRequiresArguments { get { throw null; } }
935         public System.Xaml.XamlMember ContentProperty { get { throw null; } }
936         public System.Collections.Generic.IList<System.Xaml.XamlType> ContentWrappers { get { throw null; } }
937         public System.Xaml.Schema.XamlValueConverter<System.Xaml.XamlDeferringLoader> DeferringLoader { get { throw null; } }
938         public System.Xaml.Schema.XamlTypeInvoker Invoker { get { throw null; } }
939         public bool IsAmbient { get { throw null; } }
940         public bool IsArray { get { throw null; } }
941         public bool IsCollection { get { throw null; } }
942         public bool IsConstructible { get { throw null; } }
943         public bool IsDictionary { get { throw null; } }
944         public bool IsGeneric { get { throw null; } }
945         public bool IsMarkupExtension { get { throw null; } }
946         public bool IsNameScope { get { throw null; } }
947         public bool IsNameValid { get { throw null; } }
948         public bool IsNullable { get { throw null; } }
949         public bool IsPublic { get { throw null; } }
950         public bool IsUnknown { get { throw null; } }
951         public bool IsUsableDuringInitialization { get { throw null; } }
952         public bool IsWhitespaceSignificantCollection { get { throw null; } }
953         public bool IsXData { get { throw null; } }
954         public System.Xaml.XamlType ItemType { get { throw null; } }
955         public System.Xaml.XamlType KeyType { get { throw null; } }
956         public System.Xaml.XamlType MarkupExtensionReturnType { get { throw null; } }
957         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
958         public string PreferredXamlNamespace { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
959         public System.Xaml.XamlSchemaContext SchemaContext { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
960         public bool TrimSurroundingWhitespace { get { throw null; } }
961         public System.Collections.Generic.IList<System.Xaml.XamlType> TypeArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
962         public System.Xaml.Schema.XamlValueConverter<System.ComponentModel.TypeConverter> TypeConverter { get { throw null; } }
963         public System.Type UnderlyingType { get { throw null; } }
964         public System.Xaml.Schema.XamlValueConverter<System.Windows.Markup.ValueSerializer> ValueSerializer { get { throw null; } }
CanAssignTo(System.Xaml.XamlType xamlType)965         public virtual bool CanAssignTo(System.Xaml.XamlType xamlType) { throw null; }
Equals(object obj)966         public override bool Equals(object obj) { throw null; }
Equals(System.Xaml.XamlType other)967         public bool Equals(System.Xaml.XamlType other) { throw null; }
GetAliasedProperty(System.Xaml.XamlDirective directive)968         public System.Xaml.XamlMember GetAliasedProperty(System.Xaml.XamlDirective directive) { throw null; }
GetAllAttachableMembers()969         public System.Collections.Generic.ICollection<System.Xaml.XamlMember> GetAllAttachableMembers() { throw null; }
GetAllMembers()970         public System.Collections.Generic.ICollection<System.Xaml.XamlMember> GetAllMembers() { throw null; }
GetAttachableMember(string name)971         public System.Xaml.XamlMember GetAttachableMember(string name) { throw null; }
GetHashCode()972         public override int GetHashCode() { throw null; }
GetMember(string name)973         public System.Xaml.XamlMember GetMember(string name) { throw null; }
GetPositionalParameters(int parameterCount)974         public System.Collections.Generic.IList<System.Xaml.XamlType> GetPositionalParameters(int parameterCount) { throw null; }
GetXamlNamespaces()975         public virtual System.Collections.Generic.IList<string> GetXamlNamespaces() { throw null; }
LookupAliasedProperty(System.Xaml.XamlDirective directive)976         protected virtual System.Xaml.XamlMember LookupAliasedProperty(System.Xaml.XamlDirective directive) { throw null; }
LookupAllAttachableMembers()977         protected virtual System.Collections.Generic.IEnumerable<System.Xaml.XamlMember> LookupAllAttachableMembers() { throw null; }
LookupAllMembers()978         protected virtual System.Collections.Generic.IEnumerable<System.Xaml.XamlMember> LookupAllMembers() { throw null; }
LookupAllowedContentTypes()979         protected virtual System.Collections.Generic.IList<System.Xaml.XamlType> LookupAllowedContentTypes() { throw null; }
LookupAttachableMember(string name)980         protected virtual System.Xaml.XamlMember LookupAttachableMember(string name) { throw null; }
LookupBaseType()981         protected virtual System.Xaml.XamlType LookupBaseType() { throw null; }
LookupCollectionKind()982         protected virtual System.Xaml.Schema.XamlCollectionKind LookupCollectionKind() { throw null; }
LookupConstructionRequiresArguments()983         protected virtual bool LookupConstructionRequiresArguments() { throw null; }
LookupContentProperty()984         protected virtual System.Xaml.XamlMember LookupContentProperty() { throw null; }
LookupContentWrappers()985         protected virtual System.Collections.Generic.IList<System.Xaml.XamlType> LookupContentWrappers() { throw null; }
LookupCustomAttributeProvider()986         protected virtual System.Reflection.ICustomAttributeProvider LookupCustomAttributeProvider() { throw null; }
LookupDeferringLoader()987         protected virtual System.Xaml.Schema.XamlValueConverter<System.Xaml.XamlDeferringLoader> LookupDeferringLoader() { throw null; }
LookupInvoker()988         protected virtual System.Xaml.Schema.XamlTypeInvoker LookupInvoker() { throw null; }
LookupIsAmbient()989         protected virtual bool LookupIsAmbient() { throw null; }
LookupIsConstructible()990         protected virtual bool LookupIsConstructible() { throw null; }
LookupIsMarkupExtension()991         protected virtual bool LookupIsMarkupExtension() { throw null; }
LookupIsNameScope()992         protected virtual bool LookupIsNameScope() { throw null; }
LookupIsNullable()993         protected virtual bool LookupIsNullable() { throw null; }
LookupIsPublic()994         protected virtual bool LookupIsPublic() { throw null; }
LookupIsUnknown()995         protected virtual bool LookupIsUnknown() { throw null; }
LookupIsWhitespaceSignificantCollection()996         protected virtual bool LookupIsWhitespaceSignificantCollection() { throw null; }
LookupIsXData()997         protected virtual bool LookupIsXData() { throw null; }
LookupItemType()998         protected virtual System.Xaml.XamlType LookupItemType() { throw null; }
LookupKeyType()999         protected virtual System.Xaml.XamlType LookupKeyType() { throw null; }
LookupMarkupExtensionReturnType()1000         protected virtual System.Xaml.XamlType LookupMarkupExtensionReturnType() { throw null; }
LookupMember(string name, bool skipReadOnlyCheck)1001         protected virtual System.Xaml.XamlMember LookupMember(string name, bool skipReadOnlyCheck) { throw null; }
LookupPositionalParameters(int parameterCount)1002         protected virtual System.Collections.Generic.IList<System.Xaml.XamlType> LookupPositionalParameters(int parameterCount) { throw null; }
LookupSetMarkupExtensionHandler()1003         protected virtual System.EventHandler<System.Windows.Markup.XamlSetMarkupExtensionEventArgs> LookupSetMarkupExtensionHandler() { throw null; }
LookupSetTypeConverterHandler()1004         protected virtual System.EventHandler<System.Windows.Markup.XamlSetTypeConverterEventArgs> LookupSetTypeConverterHandler() { throw null; }
LookupTrimSurroundingWhitespace()1005         protected virtual bool LookupTrimSurroundingWhitespace() { throw null; }
LookupTypeConverter()1006         protected virtual System.Xaml.Schema.XamlValueConverter<System.ComponentModel.TypeConverter> LookupTypeConverter() { throw null; }
LookupUnderlyingType()1007         protected virtual System.Type LookupUnderlyingType() { throw null; }
LookupUsableDuringInitialization()1008         protected virtual bool LookupUsableDuringInitialization() { throw null; }
LookupValueSerializer()1009         protected virtual System.Xaml.Schema.XamlValueConverter<System.Windows.Markup.ValueSerializer> LookupValueSerializer() { throw null; }
operator ==(System.Xaml.XamlType xamlType1, System.Xaml.XamlType xamlType2)1010         public static bool operator ==(System.Xaml.XamlType xamlType1, System.Xaml.XamlType xamlType2) { throw null; }
operator !=(System.Xaml.XamlType xamlType1, System.Xaml.XamlType xamlType2)1011         public static bool operator !=(System.Xaml.XamlType xamlType1, System.Xaml.XamlType xamlType2) { throw null; }
ToString()1012         public override string ToString() { throw null; }
1013     }
1014     public abstract partial class XamlWriter : System.IDisposable
1015     {
XamlWriter()1016         protected XamlWriter() { }
1017         protected bool IsDisposed { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1018         public abstract System.Xaml.XamlSchemaContext SchemaContext { get; }
Close()1019         public void Close() { }
Dispose(bool disposing)1020         protected virtual void Dispose(bool disposing) { }
System.IDisposable.Dispose()1021         void System.IDisposable.Dispose() { }
WriteEndMember()1022         public abstract void WriteEndMember();
WriteEndObject()1023         public abstract void WriteEndObject();
WriteGetObject()1024         public abstract void WriteGetObject();
WriteNamespace(System.Xaml.NamespaceDeclaration namespaceDeclaration)1025         public abstract void WriteNamespace(System.Xaml.NamespaceDeclaration namespaceDeclaration);
WriteNode(System.Xaml.XamlReader reader)1026         public void WriteNode(System.Xaml.XamlReader reader) { }
WriteStartMember(System.Xaml.XamlMember xamlMember)1027         public abstract void WriteStartMember(System.Xaml.XamlMember xamlMember);
WriteStartObject(System.Xaml.XamlType type)1028         public abstract void WriteStartObject(System.Xaml.XamlType type);
WriteValue(object value)1029         public abstract void WriteValue(object value);
1030     }
1031     public partial class XamlWriterSettings
1032     {
XamlWriterSettings()1033         public XamlWriterSettings() { }
XamlWriterSettings(System.Xaml.XamlWriterSettings settings)1034         public XamlWriterSettings(System.Xaml.XamlWriterSettings settings) { }
1035     }
1036     public partial class XamlXmlReader : System.Xaml.XamlReader, System.Xaml.IXamlLineInfo
1037     {
XamlXmlReader(System.IO.Stream stream)1038         public XamlXmlReader(System.IO.Stream stream) { }
XamlXmlReader(System.IO.Stream stream, System.Xaml.XamlSchemaContext schemaContext)1039         public XamlXmlReader(System.IO.Stream stream, System.Xaml.XamlSchemaContext schemaContext) { }
XamlXmlReader(System.IO.Stream stream, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlReaderSettings settings)1040         public XamlXmlReader(System.IO.Stream stream, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlReaderSettings settings) { }
XamlXmlReader(System.IO.Stream stream, System.Xaml.XamlXmlReaderSettings settings)1041         public XamlXmlReader(System.IO.Stream stream, System.Xaml.XamlXmlReaderSettings settings) { }
XamlXmlReader(System.IO.TextReader textReader)1042         public XamlXmlReader(System.IO.TextReader textReader) { }
XamlXmlReader(System.IO.TextReader textReader, System.Xaml.XamlSchemaContext schemaContext)1043         public XamlXmlReader(System.IO.TextReader textReader, System.Xaml.XamlSchemaContext schemaContext) { }
XamlXmlReader(System.IO.TextReader textReader, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlReaderSettings settings)1044         public XamlXmlReader(System.IO.TextReader textReader, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlReaderSettings settings) { }
XamlXmlReader(System.IO.TextReader textReader, System.Xaml.XamlXmlReaderSettings settings)1045         public XamlXmlReader(System.IO.TextReader textReader, System.Xaml.XamlXmlReaderSettings settings) { }
XamlXmlReader(string fileName)1046         public XamlXmlReader(string fileName) { }
XamlXmlReader(string fileName, System.Xaml.XamlSchemaContext schemaContext)1047         public XamlXmlReader(string fileName, System.Xaml.XamlSchemaContext schemaContext) { }
XamlXmlReader(string fileName, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlReaderSettings settings)1048         public XamlXmlReader(string fileName, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlReaderSettings settings) { }
XamlXmlReader(string fileName, System.Xaml.XamlXmlReaderSettings settings)1049         public XamlXmlReader(string fileName, System.Xaml.XamlXmlReaderSettings settings) { }
XamlXmlReader(System.Xml.XmlReader xmlReader)1050         public XamlXmlReader(System.Xml.XmlReader xmlReader) { }
XamlXmlReader(System.Xml.XmlReader xmlReader, System.Xaml.XamlSchemaContext schemaContext)1051         public XamlXmlReader(System.Xml.XmlReader xmlReader, System.Xaml.XamlSchemaContext schemaContext) { }
XamlXmlReader(System.Xml.XmlReader xmlReader, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlReaderSettings settings)1052         public XamlXmlReader(System.Xml.XmlReader xmlReader, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlReaderSettings settings) { }
XamlXmlReader(System.Xml.XmlReader xmlReader, System.Xaml.XamlXmlReaderSettings settings)1053         public XamlXmlReader(System.Xml.XmlReader xmlReader, System.Xaml.XamlXmlReaderSettings settings) { }
1054         public bool HasLineInfo { get { throw null; } }
1055         public override bool IsEof { get { throw null; } }
1056         public int LineNumber { get { throw null; } }
1057         public int LinePosition { get { throw null; } }
1058         public override System.Xaml.XamlMember Member { get { throw null; } }
1059         public override System.Xaml.NamespaceDeclaration Namespace { get { throw null; } }
1060         public override System.Xaml.XamlNodeType NodeType { get { throw null; } }
1061         public override System.Xaml.XamlSchemaContext SchemaContext { get { throw null; } }
1062         public override System.Xaml.XamlType Type { get { throw null; } }
1063         public override object Value { get { throw null; } }
Read()1064         public override bool Read() { throw null; }
1065     }
1066     public partial class XamlXmlReaderSettings : System.Xaml.XamlReaderSettings
1067     {
XamlXmlReaderSettings()1068         public XamlXmlReaderSettings() { }
XamlXmlReaderSettings(System.Xaml.XamlXmlReaderSettings settings)1069         public XamlXmlReaderSettings(System.Xaml.XamlXmlReaderSettings settings) { }
1070         public bool CloseInput { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1071         public bool SkipXmlCompatibilityProcessing { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1072         public string XmlLang { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1073         public bool XmlSpacePreserve { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1074     }
1075     public partial class XamlXmlWriter : System.Xaml.XamlWriter
1076     {
XamlXmlWriter(System.IO.Stream stream, System.Xaml.XamlSchemaContext schemaContext)1077         public XamlXmlWriter(System.IO.Stream stream, System.Xaml.XamlSchemaContext schemaContext) { }
XamlXmlWriter(System.IO.Stream stream, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlWriterSettings settings)1078         public XamlXmlWriter(System.IO.Stream stream, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlWriterSettings settings) { }
XamlXmlWriter(System.IO.TextWriter textWriter, System.Xaml.XamlSchemaContext schemaContext)1079         public XamlXmlWriter(System.IO.TextWriter textWriter, System.Xaml.XamlSchemaContext schemaContext) { }
XamlXmlWriter(System.IO.TextWriter textWriter, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlWriterSettings settings)1080         public XamlXmlWriter(System.IO.TextWriter textWriter, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlWriterSettings settings) { }
XamlXmlWriter(System.Xml.XmlWriter xmlWriter, System.Xaml.XamlSchemaContext schemaContext)1081         public XamlXmlWriter(System.Xml.XmlWriter xmlWriter, System.Xaml.XamlSchemaContext schemaContext) { }
XamlXmlWriter(System.Xml.XmlWriter xmlWriter, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlWriterSettings settings)1082         public XamlXmlWriter(System.Xml.XmlWriter xmlWriter, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlWriterSettings settings) { }
1083         public override System.Xaml.XamlSchemaContext SchemaContext { get { throw null; } }
1084         public System.Xaml.XamlXmlWriterSettings Settings { get { throw null; } }
Dispose(bool disposing)1085         protected override void Dispose(bool disposing) { }
Flush()1086         public void Flush() { }
WriteEndMember()1087         public override void WriteEndMember() { }
WriteEndObject()1088         public override void WriteEndObject() { }
WriteGetObject()1089         public override void WriteGetObject() { }
WriteNamespace(System.Xaml.NamespaceDeclaration namespaceDeclaration)1090         public override void WriteNamespace(System.Xaml.NamespaceDeclaration namespaceDeclaration) { }
WriteStartMember(System.Xaml.XamlMember property)1091         public override void WriteStartMember(System.Xaml.XamlMember property) { }
WriteStartObject(System.Xaml.XamlType type)1092         public override void WriteStartObject(System.Xaml.XamlType type) { }
WriteValue(object value)1093         public override void WriteValue(object value) { }
1094     }
1095     [System.SerializableAttribute]
1096     public partial class XamlXmlWriterException : System.Xaml.XamlException
1097     {
XamlXmlWriterException()1098         public XamlXmlWriterException() { }
XamlXmlWriterException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1099         protected XamlXmlWriterException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
XamlXmlWriterException(string message)1100         public XamlXmlWriterException(string message) { }
XamlXmlWriterException(string message, System.Exception innerException)1101         public XamlXmlWriterException(string message, System.Exception innerException) { }
1102     }
1103     public partial class XamlXmlWriterSettings : System.Xaml.XamlWriterSettings
1104     {
XamlXmlWriterSettings()1105         public XamlXmlWriterSettings() { }
1106         public bool AssumeValidInput { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1107         public bool CloseOutput { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
Copy()1108         public System.Xaml.XamlXmlWriterSettings Copy() { throw null; }
1109     }
1110 }
1111 namespace System.Xaml.Permissions
1112 {
1113     [System.SerializableAttribute]
1114     public partial class XamlAccessLevel
1115     {
XamlAccessLevel()1116         internal XamlAccessLevel() { }
1117         public System.Reflection.AssemblyName AssemblyAccessToAssemblyName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1118         public string PrivateAccessToTypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
AssemblyAccessTo(System.Reflection.Assembly assembly)1119         public static System.Xaml.Permissions.XamlAccessLevel AssemblyAccessTo(System.Reflection.Assembly assembly) { throw null; }
AssemblyAccessTo(System.Reflection.AssemblyName assemblyName)1120         public static System.Xaml.Permissions.XamlAccessLevel AssemblyAccessTo(System.Reflection.AssemblyName assemblyName) { throw null; }
PrivateAccessTo(string assemblyQualifiedTypeName)1121         public static System.Xaml.Permissions.XamlAccessLevel PrivateAccessTo(string assemblyQualifiedTypeName) { throw null; }
PrivateAccessTo(System.Type type)1122         public static System.Xaml.Permissions.XamlAccessLevel PrivateAccessTo(System.Type type) { throw null; }
1123     }
1124     [System.SerializableAttribute]
1125     public sealed partial class XamlLoadPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
1126     {
XamlLoadPermission(System.Collections.Generic.IEnumerable<System.Xaml.Permissions.XamlAccessLevel> allowedAccess)1127         public XamlLoadPermission(System.Collections.Generic.IEnumerable<System.Xaml.Permissions.XamlAccessLevel> allowedAccess) { }
XamlLoadPermission(System.Security.Permissions.PermissionState state)1128         public XamlLoadPermission(System.Security.Permissions.PermissionState state) { }
XamlLoadPermission(System.Xaml.Permissions.XamlAccessLevel allowedAccess)1129         public XamlLoadPermission(System.Xaml.Permissions.XamlAccessLevel allowedAccess) { }
1130         public System.Collections.Generic.IList<System.Xaml.Permissions.XamlAccessLevel> AllowedAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
Copy()1131         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement elem)1132         public override void FromXml(System.Security.SecurityElement elem) { }
Includes(System.Xaml.Permissions.XamlAccessLevel requestedAccess)1133         public bool Includes(System.Xaml.Permissions.XamlAccessLevel requestedAccess) { throw null; }
Intersect(System.Security.IPermission target)1134         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)1135         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()1136         public bool IsUnrestricted() { throw null; }
ToXml()1137         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission other)1138         public override System.Security.IPermission Union(System.Security.IPermission other) { throw null; }
1139     }
1140 }
1141 namespace System.Xaml.Schema
1142 {
1143     [System.FlagsAttribute]
1144     public enum AllowedMemberLocations
1145     {
1146         Any = 3,
1147         Attribute = 1,
1148         MemberElement = 2,
1149         None = 0,
1150     }
1151     public enum ShouldSerializeResult
1152     {
1153         Default = 0,
1154         False = 2,
1155         True = 1,
1156     }
1157     public enum XamlCollectionKind : byte
1158     {
1159         Array = (byte)3,
1160         Collection = (byte)1,
1161         Dictionary = (byte)2,
1162         None = (byte)0,
1163     }
1164     public partial class XamlMemberInvoker
1165     {
XamlMemberInvoker()1166         protected XamlMemberInvoker() { }
XamlMemberInvoker(System.Xaml.XamlMember member)1167         public XamlMemberInvoker(System.Xaml.XamlMember member) { }
1168         public System.Reflection.MethodInfo UnderlyingGetter { get { throw null; } }
1169         public System.Reflection.MethodInfo UnderlyingSetter { get { throw null; } }
1170         public static System.Xaml.Schema.XamlMemberInvoker UnknownInvoker { get { throw null; } }
GetValue(object instance)1171         public virtual object GetValue(object instance) { throw null; }
SetValue(object instance, object value)1172         public virtual void SetValue(object instance, object value) { }
ShouldSerializeValue(object instance)1173         public virtual System.Xaml.Schema.ShouldSerializeResult ShouldSerializeValue(object instance) { throw null; }
1174     }
1175     public partial class XamlTypeInvoker
1176     {
XamlTypeInvoker()1177         protected XamlTypeInvoker() { }
XamlTypeInvoker(System.Xaml.XamlType type)1178         public XamlTypeInvoker(System.Xaml.XamlType type) { }
1179         public System.EventHandler<System.Windows.Markup.XamlSetMarkupExtensionEventArgs> SetMarkupExtensionHandler { get { throw null; } }
1180         public System.EventHandler<System.Windows.Markup.XamlSetTypeConverterEventArgs> SetTypeConverterHandler { get { throw null; } }
1181         public static System.Xaml.Schema.XamlTypeInvoker UnknownInvoker { get { throw null; } }
AddToCollection(object instance, object item)1182         public virtual void AddToCollection(object instance, object item) { }
AddToDictionary(object instance, object key, object item)1183         public virtual void AddToDictionary(object instance, object key, object item) { }
CreateInstance(object[] arguments)1184         public virtual object CreateInstance(object[] arguments) { throw null; }
GetAddMethod(System.Xaml.XamlType contentType)1185         public virtual System.Reflection.MethodInfo GetAddMethod(System.Xaml.XamlType contentType) { throw null; }
GetEnumeratorMethod()1186         public virtual System.Reflection.MethodInfo GetEnumeratorMethod() { throw null; }
GetItems(object instance)1187         public virtual System.Collections.IEnumerator GetItems(object instance) { throw null; }
1188     }
1189     public partial class XamlTypeName
1190     {
XamlTypeName()1191         public XamlTypeName() { }
XamlTypeName(string xamlNamespace, string name)1192         public XamlTypeName(string xamlNamespace, string name) { }
XamlTypeName(string xamlNamespace, string name, System.Collections.Generic.IEnumerable<System.Xaml.Schema.XamlTypeName> typeArguments)1193         public XamlTypeName(string xamlNamespace, string name, System.Collections.Generic.IEnumerable<System.Xaml.Schema.XamlTypeName> typeArguments) { }
XamlTypeName(System.Xaml.XamlType xamlType)1194         public XamlTypeName(System.Xaml.XamlType xamlType) { }
1195         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1196         public string Namespace { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1197         public System.Collections.Generic.IList<System.Xaml.Schema.XamlTypeName> TypeArguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
Parse(string typeName, System.Xaml.IXamlNamespaceResolver namespaceResolver)1198         public static System.Xaml.Schema.XamlTypeName Parse(string typeName, System.Xaml.IXamlNamespaceResolver namespaceResolver) { throw null; }
ParseList(string typeNameList, System.Xaml.IXamlNamespaceResolver namespaceResolver)1199         public static System.Collections.Generic.IList<System.Xaml.Schema.XamlTypeName> ParseList(string typeNameList, System.Xaml.IXamlNamespaceResolver namespaceResolver) { throw null; }
ToString()1200         public override string ToString() { throw null; }
ToString(System.Collections.Generic.IList<System.Xaml.Schema.XamlTypeName> typeNameList, System.Xaml.INamespacePrefixLookup prefixLookup)1201         public static string ToString(System.Collections.Generic.IList<System.Xaml.Schema.XamlTypeName> typeNameList, System.Xaml.INamespacePrefixLookup prefixLookup) { throw null; }
ToString(System.Xaml.INamespacePrefixLookup prefixLookup)1202         public string ToString(System.Xaml.INamespacePrefixLookup prefixLookup) { throw null; }
TryParse(string typeName, System.Xaml.IXamlNamespaceResolver namespaceResolver, out System.Xaml.Schema.XamlTypeName result)1203         public static bool TryParse(string typeName, System.Xaml.IXamlNamespaceResolver namespaceResolver, out System.Xaml.Schema.XamlTypeName result) { result = default(System.Xaml.Schema.XamlTypeName); throw null; }
TryParseList(string typeNameList, System.Xaml.IXamlNamespaceResolver namespaceResolver, out System.Collections.Generic.IList<System.Xaml.Schema.XamlTypeName> result)1204         public static bool TryParseList(string typeNameList, System.Xaml.IXamlNamespaceResolver namespaceResolver, out System.Collections.Generic.IList<System.Xaml.Schema.XamlTypeName> result) { result = default(System.Collections.Generic.IList<System.Xaml.Schema.XamlTypeName>); throw null; }
1205     }
1206     public partial class XamlTypeTypeConverter : System.ComponentModel.TypeConverter
1207     {
XamlTypeTypeConverter()1208         public XamlTypeTypeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)1209         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1210         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)1211         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)1212         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
1213     }
1214     public partial class XamlValueConverter<TConverterBase> : System.IEquatable<System.Xaml.Schema.XamlValueConverter<TConverterBase>> where TConverterBase : class
1215     {
XamlValueConverter(System.Type converterType, System.Xaml.XamlType targetType)1216         public XamlValueConverter(System.Type converterType, System.Xaml.XamlType targetType) { }
XamlValueConverter(System.Type converterType, System.Xaml.XamlType targetType, string name)1217         public XamlValueConverter(System.Type converterType, System.Xaml.XamlType targetType, string name) { }
1218         public TConverterBase ConverterInstance { get { throw null; } }
1219         public System.Type ConverterType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1220         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1221         public System.Xaml.XamlType TargetType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
CreateInstance()1222         protected virtual TConverterBase CreateInstance() { throw null; }
Equals(object obj)1223         public override bool Equals(object obj) { throw null; }
Equals(System.Xaml.Schema.XamlValueConverter<TConverterBase> other)1224         public bool Equals(System.Xaml.Schema.XamlValueConverter<TConverterBase> other) { throw null; }
GetHashCode()1225         public override int GetHashCode() { throw null; }
operator ==(System.Xaml.Schema.XamlValueConverter<TConverterBase> converter1, System.Xaml.Schema.XamlValueConverter<TConverterBase> converter2)1226         public static bool operator ==(System.Xaml.Schema.XamlValueConverter<TConverterBase> converter1, System.Xaml.Schema.XamlValueConverter<TConverterBase> converter2) { throw null; }
operator !=(System.Xaml.Schema.XamlValueConverter<TConverterBase> converter1, System.Xaml.Schema.XamlValueConverter<TConverterBase> converter2)1227         public static bool operator !=(System.Xaml.Schema.XamlValueConverter<TConverterBase> converter1, System.Xaml.Schema.XamlValueConverter<TConverterBase> converter2) { throw null; }
ToString()1228         public override string ToString() { throw null; }
1229     }
1230 }
1231