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.Reflection.AssemblyCompanyAttribute("Mono development team")]
8 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
9 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.1")]
10 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
11 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en")]
12 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
13 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
14 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
15 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
16 [assembly:System.Security.SecurityCriticalAttribute]
17 [assembly:System.Windows.Markup.XmlnsDefinitionAttribute("http://schemas.microsoft.com/netfx/2007/xaml/presentation", "System.Diagnostics")]
18 [assembly:System.Windows.Markup.XmlnsDefinitionAttribute("http://schemas.microsoft.com/netfx/2007/xaml/presentation", "System.Windows")]
19 [assembly:System.Windows.Markup.XmlnsDefinitionAttribute("http://schemas.microsoft.com/netfx/2007/xaml/presentation", "System.Windows.Input")]
20 [assembly:System.Windows.Markup.XmlnsDefinitionAttribute("http://schemas.microsoft.com/netfx/2007/xaml/presentation", "System.Windows.Media")]
21 [assembly:System.Windows.Markup.XmlnsDefinitionAttribute("http://schemas.microsoft.com/winfx/2006/xaml", "System.Windows.Markup")]
22 [assembly:System.Windows.Markup.XmlnsDefinitionAttribute("http://schemas.microsoft.com/winfx/2006/xaml/composite-font", "System.Windows.Media")]
23 [assembly:System.Windows.Markup.XmlnsDefinitionAttribute("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "System.Diagnostics")]
24 [assembly:System.Windows.Markup.XmlnsDefinitionAttribute("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "System.Windows")]
25 [assembly:System.Windows.Markup.XmlnsDefinitionAttribute("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "System.Windows.Input")]
26 [assembly:System.Windows.Markup.XmlnsDefinitionAttribute("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "System.Windows.Media")]
27 [assembly:System.Windows.Markup.XmlnsDefinitionAttribute("http://schemas.microsoft.com/xps/2005/06", "System.Windows")]
28 [assembly:System.Windows.Markup.XmlnsDefinitionAttribute("http://schemas.microsoft.com/xps/2005/06", "System.Windows.Input")]
29 [assembly:System.Windows.Markup.XmlnsDefinitionAttribute("http://schemas.microsoft.com/xps/2005/06", "System.Windows.Media")]
30 [assembly:System.Windows.Markup.XmlnsPrefixAttribute("http://schemas.microsoft.com/netfx/2007/xaml/presentation", "wpf")]
31 [assembly:System.Windows.Markup.XmlnsPrefixAttribute("http://schemas.microsoft.com/winfx/2006/xaml/presentation", "av")]
32 [assembly:System.Windows.Markup.XmlnsPrefixAttribute("http://schemas.microsoft.com/xps/2005/06", "metro")]
33 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
34 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.ObjectModel.ObservableCollection<>))]
35 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.ObjectModel.ReadOnlyObservableCollection<>))]
36 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.INotifyCollectionChanged))]
37 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedAction))]
38 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedEventArgs))]
39 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.NotifyCollectionChangedEventHandler))]
40 namespace System
41 {
42     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
43     internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
44     {
MonoDocumentationNoteAttribute(string comment)45         public MonoDocumentationNoteAttribute(string comment) { }
46     }
47     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
48     internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
49     {
MonoExtensionAttribute(string comment)50         public MonoExtensionAttribute(string comment) { }
51     }
52     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
53     internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
54     {
MonoInternalNoteAttribute(string comment)55         public MonoInternalNoteAttribute(string comment) { }
56     }
57     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
58     internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
59     {
MonoLimitationAttribute(string comment)60         public MonoLimitationAttribute(string comment) { }
61     }
62     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
63     internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
64     {
MonoNotSupportedAttribute(string comment)65         public MonoNotSupportedAttribute(string comment) { }
66     }
67     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
68     internal partial class MonoTODOAttribute : System.Attribute
69     {
MonoTODOAttribute()70         public MonoTODOAttribute() { }
MonoTODOAttribute(string comment)71         public MonoTODOAttribute(string comment) { }
72         public string Comment { get { throw null; } }
73     }
74 }
75 namespace System.Collections.Specialized
76 {
77     public partial class CollectionChangedEventManager : System.Windows.WeakEventManager
78     {
CollectionChangedEventManager()79         internal CollectionChangedEventManager() { }
AddListener(System.Collections.Specialized.INotifyCollectionChanged source, System.Windows.IWeakEventListener listener)80         public static void AddListener(System.Collections.Specialized.INotifyCollectionChanged source, System.Windows.IWeakEventListener listener) { }
RemoveListener(System.Collections.Specialized.INotifyCollectionChanged source, System.Windows.IWeakEventListener listener)81         public static void RemoveListener(System.Collections.Specialized.INotifyCollectionChanged source, System.Windows.IWeakEventListener listener) { }
StartListening(object source)82         protected override void StartListening(object source) { }
StopListening(object source)83         protected override void StopListening(object source) { }
84     }
85 }
86 namespace System.ComponentModel
87 {
88     public partial class CurrentChangedEventManager : System.Windows.WeakEventManager
89     {
CurrentChangedEventManager()90         internal CurrentChangedEventManager() { }
AddListener(System.ComponentModel.ICollectionView source, System.Windows.IWeakEventListener listener)91         public static void AddListener(System.ComponentModel.ICollectionView source, System.Windows.IWeakEventListener listener) { }
RemoveListener(System.ComponentModel.ICollectionView source, System.Windows.IWeakEventListener listener)92         public static void RemoveListener(System.ComponentModel.ICollectionView source, System.Windows.IWeakEventListener listener) { }
StartListening(object source)93         protected override void StartListening(object source) { }
StopListening(object source)94         protected override void StopListening(object source) { }
95     }
96     public partial class CurrentChangingEventArgs : System.EventArgs
97     {
CurrentChangingEventArgs()98         public CurrentChangingEventArgs() { }
CurrentChangingEventArgs(bool isCancelable)99         public CurrentChangingEventArgs(bool isCancelable) { }
100         public bool Cancel { get { throw null; } set { } }
101         public bool IsCancelable { get { throw null; } }
102     }
CurrentChangingEventHandler(object sender, System.ComponentModel.CurrentChangingEventArgs args)103     public delegate void CurrentChangingEventHandler(object sender, System.ComponentModel.CurrentChangingEventArgs args);
104     public partial class CurrentChangingEventManager : System.Windows.WeakEventManager
105     {
CurrentChangingEventManager()106         internal CurrentChangingEventManager() { }
AddListener(System.ComponentModel.ICollectionView source, System.Windows.IWeakEventListener listener)107         public static void AddListener(System.ComponentModel.ICollectionView source, System.Windows.IWeakEventListener listener) { }
RemoveListener(System.ComponentModel.ICollectionView source, System.Windows.IWeakEventListener listener)108         public static void RemoveListener(System.ComponentModel.ICollectionView source, System.Windows.IWeakEventListener listener) { }
StartListening(object source)109         protected override void StartListening(object source) { }
StopListening(object source)110         protected override void StopListening(object source) { }
111     }
112     public sealed partial class DependencyPropertyDescriptor : System.ComponentModel.PropertyDescriptor
113     {
DependencyPropertyDescriptor()114         internal DependencyPropertyDescriptor() : base (default(System.ComponentModel.MemberDescriptor)) { }
115         public override System.ComponentModel.AttributeCollection Attributes { get { throw null; } }
116         public override string Category { get { throw null; } }
117         public override System.Type ComponentType { get { throw null; } }
118         public override System.ComponentModel.TypeConverter Converter { get { throw null; } }
119         public System.Windows.DependencyProperty DependencyProperty { get { throw null; } }
120         public override string Description { get { throw null; } }
121         public System.Windows.CoerceValueCallback DesignerCoerceValueCallback { get { throw null; } set { } }
122         public override bool DesignTimeOnly { get { throw null; } }
123         public override string DisplayName { get { throw null; } }
124         public bool IsAttached { get { throw null; } }
125         public override bool IsBrowsable { get { throw null; } }
126         public override bool IsLocalizable { get { throw null; } }
127         public override bool IsReadOnly { get { throw null; } }
128         public System.Windows.PropertyMetadata Metadata { get { throw null; } }
129         public override System.Type PropertyType { get { throw null; } }
130         public override bool SupportsChangeEvents { get { throw null; } }
AddValueChanged(object component, System.EventHandler handler)131         public override void AddValueChanged(object component, System.EventHandler handler) { }
CanResetValue(object component)132         public override bool CanResetValue(object component) { throw null; }
Equals(object obj)133         public override bool Equals(object obj) { throw null; }
FromName(string name, System.Type ownerType, System.Type targetType)134         public static System.ComponentModel.DependencyPropertyDescriptor FromName(string name, System.Type ownerType, System.Type targetType) { throw null; }
FromProperty(System.ComponentModel.PropertyDescriptor property)135         public static System.ComponentModel.DependencyPropertyDescriptor FromProperty(System.ComponentModel.PropertyDescriptor property) { throw null; }
FromProperty(System.Windows.DependencyProperty dependencyProperty, System.Type targetType)136         public static System.ComponentModel.DependencyPropertyDescriptor FromProperty(System.Windows.DependencyProperty dependencyProperty, System.Type targetType) { throw null; }
GetChildProperties(object instance, System.Attribute[] filter)137         public override System.ComponentModel.PropertyDescriptorCollection GetChildProperties(object instance, System.Attribute[] filter) { throw null; }
GetEditor(System.Type editorBaseType)138         public override object GetEditor(System.Type editorBaseType) { throw null; }
GetHashCode()139         public override int GetHashCode() { throw null; }
GetValue(object component)140         public override object GetValue(object component) { throw null; }
RemoveValueChanged(object component, System.EventHandler handler)141         public override void RemoveValueChanged(object component, System.EventHandler handler) { }
ResetValue(object component)142         public override void ResetValue(object component) { }
SetValue(object component, object value)143         public override void SetValue(object component, object value) { }
ShouldSerializeValue(object component)144         public override bool ShouldSerializeValue(object component) { throw null; }
ToString()145         public override string ToString() { throw null; }
146     }
147     public abstract partial class GroupDescription : System.ComponentModel.INotifyPropertyChanged
148     {
GroupDescription()149         protected GroupDescription() { }
150         public System.Collections.ObjectModel.ObservableCollection<object> GroupNames { get { throw null; } }
151         protected virtual event System.ComponentModel.PropertyChangedEventHandler PropertyChanged { add { } remove { } }
152         event System.ComponentModel.PropertyChangedEventHandler System.ComponentModel.INotifyPropertyChanged.PropertyChanged { add { } remove { } }
GroupNameFromItem(object item, int level, System.Globalization.CultureInfo culture)153         public abstract object GroupNameFromItem(object item, int level, System.Globalization.CultureInfo culture);
NamesMatch(object groupName, object itemName)154         public virtual bool NamesMatch(object groupName, object itemName) { throw null; }
OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs e)155         protected virtual void OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs e) { }
156         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ShouldSerializeGroupNames()157         public bool ShouldSerializeGroupNames() { throw null; }
158     }
159     public partial interface ICollectionView : System.Collections.IEnumerable, System.Collections.Specialized.INotifyCollectionChanged
160     {
161         bool CanFilter { get; }
162         bool CanGroup { get; }
163         bool CanSort { get; }
164         System.Globalization.CultureInfo Culture { get; set; }
165         object CurrentItem { get; }
166         int CurrentPosition { get; }
167         System.Predicate<object> Filter { get; set; }
168         System.Collections.ObjectModel.ObservableCollection<System.ComponentModel.GroupDescription> GroupDescriptions { get; }
169         System.Collections.ObjectModel.ReadOnlyObservableCollection<object> Groups { get; }
170         bool IsCurrentAfterLast { get; }
171         bool IsCurrentBeforeFirst { get; }
172         bool IsEmpty { get; }
173         System.ComponentModel.SortDescriptionCollection SortDescriptions { get; }
174         System.Collections.IEnumerable SourceCollection { get; }
175         event System.EventHandler CurrentChanged;
176         event System.ComponentModel.CurrentChangingEventHandler CurrentChanging;
Contains(object item)177         bool Contains(object item);
DeferRefresh()178         System.IDisposable DeferRefresh();
MoveCurrentTo(object item)179         bool MoveCurrentTo(object item);
MoveCurrentToFirst()180         bool MoveCurrentToFirst();
MoveCurrentToLast()181         bool MoveCurrentToLast();
MoveCurrentToNext()182         bool MoveCurrentToNext();
MoveCurrentToPosition(int position)183         bool MoveCurrentToPosition(int position);
MoveCurrentToPrevious()184         bool MoveCurrentToPrevious();
Refresh()185         void Refresh();
186     }
187     public partial interface ICollectionViewFactory
188     {
CreateView()189         System.ComponentModel.ICollectionView CreateView();
190     }
191     public partial interface IEditableCollectionView
192     {
193         bool CanAddNew { get; }
194         bool CanCancelEdit { get; }
195         bool CanRemove { get; }
196         object CurrentAddItem { get; }
197         object CurrentEditItem { get; }
198         bool IsAddingNew { get; }
199         bool IsEditingItem { get; }
200         System.ComponentModel.NewItemPlaceholderPosition NewItemPlaceholderPosition { get; set; }
AddNew()201         object AddNew();
CancelEdit()202         void CancelEdit();
CancelNew()203         void CancelNew();
CommitEdit()204         void CommitEdit();
CommitNew()205         void CommitNew();
EditItem(object item)206         void EditItem(object item);
Remove(object item)207         void Remove(object item);
RemoveAt(int index)208         void RemoveAt(int index);
209     }
210     public partial interface IEditableCollectionViewAddNewItem : System.ComponentModel.IEditableCollectionView
211     {
212         bool CanAddNewItem { get; }
AddNewItem(object newItem)213         object AddNewItem(object newItem);
214     }
215     public partial interface IItemProperties
216     {
217         System.Collections.ObjectModel.ReadOnlyCollection<System.ComponentModel.ItemPropertyInfo> ItemProperties { get; }
218     }
219     public partial class ItemPropertyInfo
220     {
ItemPropertyInfo(string name, System.Type type, object descriptor)221         public ItemPropertyInfo(string name, System.Type type, object descriptor) { }
222         public object Descriptor { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
223         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
224         public System.Type PropertyType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
225     }
226     public enum NewItemPlaceholderPosition
227     {
228         AtBeginning = 1,
229         AtEnd = 2,
230         None = 0,
231     }
232     public partial class PropertyChangedEventManager : System.Windows.WeakEventManager
233     {
PropertyChangedEventManager()234         internal PropertyChangedEventManager() { }
AddListener(System.ComponentModel.INotifyPropertyChanged source, System.Windows.IWeakEventListener listener, string propertyName)235         public static void AddListener(System.ComponentModel.INotifyPropertyChanged source, System.Windows.IWeakEventListener listener, string propertyName) { }
Purge(object source, object data, bool purgeAll)236         protected override bool Purge(object source, object data, bool purgeAll) { throw null; }
RemoveListener(System.ComponentModel.INotifyPropertyChanged source, System.Windows.IWeakEventListener listener, string propertyName)237         public static void RemoveListener(System.ComponentModel.INotifyPropertyChanged source, System.Windows.IWeakEventListener listener, string propertyName) { }
StartListening(object source)238         protected override void StartListening(object source) { }
StopListening(object source)239         protected override void StopListening(object source) { }
240     }
241     [System.AttributeUsageAttribute((System.AttributeTargets)(192))]
242     public sealed partial class PropertyFilterAttribute : System.Attribute
243     {
244         public static readonly System.ComponentModel.PropertyFilterAttribute Default;
PropertyFilterAttribute(System.ComponentModel.PropertyFilterOptions filter)245         public PropertyFilterAttribute(System.ComponentModel.PropertyFilterOptions filter) { }
246         public System.ComponentModel.PropertyFilterOptions Filter { get { throw null; } }
Equals(object value)247         public override bool Equals(object value) { throw null; }
GetHashCode()248         public override int GetHashCode() { throw null; }
Match(object value)249         public override bool Match(object value) { throw null; }
250     }
251     [System.FlagsAttribute]
252     public enum PropertyFilterOptions
253     {
254         All = 15,
255         Invalid = 1,
256         None = 0,
257         SetValues = 2,
258         UnsetValues = 4,
259         Valid = 8,
260     }
261     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
262     public partial struct SortDescription
263     {
SortDescriptionSystem.ComponentModel.SortDescription264         public SortDescription(string propertyName, System.ComponentModel.ListSortDirection direction) { throw null;}
265         public System.ComponentModel.ListSortDirection Direction { get { throw null; } set { } }
266         public bool IsSealed { get { throw null; } }
267         public string PropertyName { get { throw null; } set { } }
EqualsSystem.ComponentModel.SortDescription268         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.ComponentModel.SortDescription269         public override int GetHashCode() { throw null; }
operator ==System.ComponentModel.SortDescription270         public static bool operator ==(System.ComponentModel.SortDescription sd1, System.ComponentModel.SortDescription sd2) { throw null; }
operator !=System.ComponentModel.SortDescription271         public static bool operator !=(System.ComponentModel.SortDescription sd1, System.ComponentModel.SortDescription sd2) { throw null; }
272     }
273     public partial class SortDescriptionCollection : System.Collections.ObjectModel.Collection<System.ComponentModel.SortDescription>, System.Collections.Specialized.INotifyCollectionChanged
274     {
275         public static readonly System.ComponentModel.SortDescriptionCollection Empty;
SortDescriptionCollection()276         public SortDescriptionCollection() { }
277         protected event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged { add { } remove { } }
278         event System.Collections.Specialized.NotifyCollectionChangedEventHandler System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged { add { } remove { } }
ClearItems()279         protected override void ClearItems() { }
InsertItem(int index, System.ComponentModel.SortDescription item)280         protected override void InsertItem(int index, System.ComponentModel.SortDescription item) { }
RemoveItem(int index)281         protected override void RemoveItem(int index) { }
SetItem(int index, System.ComponentModel.SortDescription item)282         protected override void SetItem(int index, System.ComponentModel.SortDescription item) { }
283     }
284 }
285 namespace System.Diagnostics
286 {
287     public enum PresentationTraceLevel
288     {
289         High = 3,
290         Low = 1,
291         Medium = 2,
292         None = 0,
293     }
294     public static partial class PresentationTraceSources
295     {
296         public static readonly System.Windows.DependencyProperty TraceLevelProperty;
297         public static System.Diagnostics.TraceSource AnimationSource { get { throw null; } }
298         public static System.Diagnostics.TraceSource DataBindingSource { get { throw null; } }
299         public static System.Diagnostics.TraceSource DependencyPropertySource { get { throw null; } }
300         public static System.Diagnostics.TraceSource DocumentsSource { get { throw null; } }
301         public static System.Diagnostics.TraceSource FreezableSource { get { throw null; } }
302         public static System.Diagnostics.TraceSource HwndHostSource { get { throw null; } }
303         public static System.Diagnostics.TraceSource MarkupSource { get { throw null; } }
304         public static System.Diagnostics.TraceSource NameScopeSource { get { throw null; } }
305         public static System.Diagnostics.TraceSource ResourceDictionarySource { get { throw null; } }
306         public static System.Diagnostics.TraceSource RoutedEventSource { get { throw null; } }
GetTraceLevel(object element)307         public static System.Diagnostics.PresentationTraceLevel GetTraceLevel(object element) { throw null; }
Refresh()308         public static void Refresh() { }
SetTraceLevel(object element, System.Diagnostics.PresentationTraceLevel traceLevel)309         public static void SetTraceLevel(object element, System.Diagnostics.PresentationTraceLevel traceLevel) { }
310     }
311 }
312 namespace System.IO
313 {
314     [System.SerializableAttribute]
315     public partial class FileFormatException : System.FormatException, System.Runtime.Serialization.ISerializable
316     {
FileFormatException()317         public FileFormatException() { }
FileFormatException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)318         protected FileFormatException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
FileFormatException(string message)319         public FileFormatException(string message) { }
FileFormatException(string message, System.Exception innerException)320         public FileFormatException(string message, System.Exception innerException) { }
FileFormatException(System.Uri sourceUri)321         public FileFormatException(System.Uri sourceUri) { }
FileFormatException(System.Uri sourceUri, System.Exception innerException)322         public FileFormatException(System.Uri sourceUri, System.Exception innerException) { }
FileFormatException(System.Uri sourceUri, string message)323         public FileFormatException(System.Uri sourceUri, string message) { }
FileFormatException(System.Uri sourceUri, string message, System.Exception innerException)324         public FileFormatException(System.Uri sourceUri, string message, System.Exception innerException) { }
325         public System.Uri SourceUri { get { throw null; } }
326         [System.Security.SecurityCriticalAttribute]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)327         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
328     }
329 }
330 namespace System.IO.Packaging
331 {
332     public enum CertificateEmbeddingOption
333     {
334         InCertificatePart = 0,
335         InSignaturePart = 1,
336         NotEmbedded = 2,
337     }
338     public enum CompressionOption
339     {
340         Fast = 2,
341         Maximum = 1,
342         Normal = 0,
343         NotCompressed = -1,
344         SuperFast = 3,
345     }
346     public partial class EncryptedPackageEnvelope : System.IDisposable
347     {
EncryptedPackageEnvelope()348         internal EncryptedPackageEnvelope() { }
349         public System.IO.FileAccess FileOpenAccess { get { throw null; } }
350         public System.IO.Packaging.PackageProperties PackageProperties { get { throw null; } }
351         public System.IO.Packaging.RightsManagementInformation RightsManagementInformation { get { throw null; } }
352         public System.IO.Packaging.StorageInfo StorageInfo { get { throw null; } }
Close()353         public void Close() { }
Create(System.IO.Stream envelopeStream, System.Security.RightsManagement.PublishLicense publishLicense, System.Security.RightsManagement.CryptoProvider cryptoProvider)354         public static System.IO.Packaging.EncryptedPackageEnvelope Create(System.IO.Stream envelopeStream, System.Security.RightsManagement.PublishLicense publishLicense, System.Security.RightsManagement.CryptoProvider cryptoProvider) { throw null; }
Create(string envelopeFileName, System.Security.RightsManagement.PublishLicense publishLicense, System.Security.RightsManagement.CryptoProvider cryptoProvider)355         public static System.IO.Packaging.EncryptedPackageEnvelope Create(string envelopeFileName, System.Security.RightsManagement.PublishLicense publishLicense, System.Security.RightsManagement.CryptoProvider cryptoProvider) { throw null; }
CreateFromPackage(System.IO.Stream envelopeStream, System.IO.Stream packageStream, System.Security.RightsManagement.PublishLicense publishLicense, System.Security.RightsManagement.CryptoProvider cryptoProvider)356         public static System.IO.Packaging.EncryptedPackageEnvelope CreateFromPackage(System.IO.Stream envelopeStream, System.IO.Stream packageStream, System.Security.RightsManagement.PublishLicense publishLicense, System.Security.RightsManagement.CryptoProvider cryptoProvider) { throw null; }
CreateFromPackage(string envelopeFileName, System.IO.Stream packageStream, System.Security.RightsManagement.PublishLicense publishLicense, System.Security.RightsManagement.CryptoProvider cryptoProvider)357         public static System.IO.Packaging.EncryptedPackageEnvelope CreateFromPackage(string envelopeFileName, System.IO.Stream packageStream, System.Security.RightsManagement.PublishLicense publishLicense, System.Security.RightsManagement.CryptoProvider cryptoProvider) { throw null; }
Dispose()358         public void Dispose() { }
Dispose(bool disposing)359         protected virtual void Dispose(bool disposing) { }
Flush()360         public void Flush() { }
GetPackage()361         public System.IO.Packaging.Package GetPackage() { throw null; }
IsEncryptedPackageEnvelope(System.IO.Stream stream)362         public static bool IsEncryptedPackageEnvelope(System.IO.Stream stream) { throw null; }
IsEncryptedPackageEnvelope(string fileName)363         public static bool IsEncryptedPackageEnvelope(string fileName) { throw null; }
Open(System.IO.Stream envelopeStream)364         public static System.IO.Packaging.EncryptedPackageEnvelope Open(System.IO.Stream envelopeStream) { throw null; }
Open(string envelopeFileName)365         public static System.IO.Packaging.EncryptedPackageEnvelope Open(string envelopeFileName) { throw null; }
Open(string envelopeFileName, System.IO.FileAccess access)366         public static System.IO.Packaging.EncryptedPackageEnvelope Open(string envelopeFileName, System.IO.FileAccess access) { throw null; }
Open(string envelopeFileName, System.IO.FileAccess access, System.IO.FileShare sharing)367         public static System.IO.Packaging.EncryptedPackageEnvelope Open(string envelopeFileName, System.IO.FileAccess access, System.IO.FileShare sharing) { throw null; }
368     }
369     public enum EncryptionOption
370     {
371         None = 0,
372         RightsManagement = 1,
373     }
InvalidSignatureEventHandler(object sender, System.IO.Packaging.SignatureVerificationEventArgs e)374     public delegate void InvalidSignatureEventHandler(object sender, System.IO.Packaging.SignatureVerificationEventArgs e);
375     public abstract partial class Package : System.IDisposable
376     {
Package(System.IO.FileAccess openFileAccess)377         protected Package(System.IO.FileAccess openFileAccess) { }
Package(System.IO.FileAccess openFileAccess, bool streaming)378         protected Package(System.IO.FileAccess openFileAccess, bool streaming) { }
379         public System.IO.FileAccess FileOpenAccess { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
380         public System.IO.Packaging.PackageProperties PackageProperties { get { throw null; } }
Close()381         public void Close() { }
CreatePart(System.Uri partUri, string contentType)382         public System.IO.Packaging.PackagePart CreatePart(System.Uri partUri, string contentType) { throw null; }
CreatePart(System.Uri partUri, string contentType, System.IO.Packaging.CompressionOption compressionOption)383         public System.IO.Packaging.PackagePart CreatePart(System.Uri partUri, string contentType, System.IO.Packaging.CompressionOption compressionOption) { throw null; }
CreatePartCore(System.Uri partUri, string contentType, System.IO.Packaging.CompressionOption compressionOption)384         protected abstract System.IO.Packaging.PackagePart CreatePartCore(System.Uri partUri, string contentType, System.IO.Packaging.CompressionOption compressionOption);
CreateRelationship(System.Uri targetUri, System.IO.Packaging.TargetMode targetMode, string relationshipType)385         public System.IO.Packaging.PackageRelationship CreateRelationship(System.Uri targetUri, System.IO.Packaging.TargetMode targetMode, string relationshipType) { throw null; }
CreateRelationship(System.Uri targetUri, System.IO.Packaging.TargetMode targetMode, string relationshipType, string id)386         public System.IO.Packaging.PackageRelationship CreateRelationship(System.Uri targetUri, System.IO.Packaging.TargetMode targetMode, string relationshipType, string id) { throw null; }
DeletePart(System.Uri partUri)387         public void DeletePart(System.Uri partUri) { }
DeletePartCore(System.Uri partUri)388         protected abstract void DeletePartCore(System.Uri partUri);
DeleteRelationship(string id)389         public void DeleteRelationship(string id) { }
Dispose(bool disposing)390         protected virtual void Dispose(bool disposing) { }
Flush()391         public void Flush() { }
FlushCore()392         protected abstract void FlushCore();
GetPart(System.Uri partUri)393         public System.IO.Packaging.PackagePart GetPart(System.Uri partUri) { throw null; }
GetPartCore(System.Uri partUri)394         protected abstract System.IO.Packaging.PackagePart GetPartCore(System.Uri partUri);
GetParts()395         public System.IO.Packaging.PackagePartCollection GetParts() { throw null; }
GetPartsCore()396         protected abstract System.IO.Packaging.PackagePart[] GetPartsCore();
GetRelationship(string id)397         public System.IO.Packaging.PackageRelationship GetRelationship(string id) { throw null; }
GetRelationships()398         public System.IO.Packaging.PackageRelationshipCollection GetRelationships() { throw null; }
GetRelationshipsByType(string relationshipType)399         public System.IO.Packaging.PackageRelationshipCollection GetRelationshipsByType(string relationshipType) { throw null; }
Open(System.IO.Stream stream)400         public static System.IO.Packaging.Package Open(System.IO.Stream stream) { throw null; }
Open(System.IO.Stream stream, System.IO.FileMode packageMode)401         public static System.IO.Packaging.Package Open(System.IO.Stream stream, System.IO.FileMode packageMode) { throw null; }
Open(System.IO.Stream stream, System.IO.FileMode packageMode, System.IO.FileAccess packageAccess)402         public static System.IO.Packaging.Package Open(System.IO.Stream stream, System.IO.FileMode packageMode, System.IO.FileAccess packageAccess) { throw null; }
Open(string path)403         public static System.IO.Packaging.Package Open(string path) { throw null; }
Open(string path, System.IO.FileMode packageMode)404         public static System.IO.Packaging.Package Open(string path, System.IO.FileMode packageMode) { throw null; }
Open(string path, System.IO.FileMode packageMode, System.IO.FileAccess packageAccess)405         public static System.IO.Packaging.Package Open(string path, System.IO.FileMode packageMode, System.IO.FileAccess packageAccess) { throw null; }
Open(string path, System.IO.FileMode packageMode, System.IO.FileAccess packageAccess, System.IO.FileShare packageShare)406         public static System.IO.Packaging.Package Open(string path, System.IO.FileMode packageMode, System.IO.FileAccess packageAccess, System.IO.FileShare packageShare) { throw null; }
PartExists(System.Uri partUri)407         public virtual bool PartExists(System.Uri partUri) { throw null; }
RelationshipExists(string id)408         public bool RelationshipExists(string id) { throw null; }
System.IDisposable.Dispose()409         void System.IDisposable.Dispose() { }
410     }
411     public partial class PackageDigitalSignature
412     {
PackageDigitalSignature()413         internal PackageDigitalSignature() { }
414         public System.IO.Packaging.CertificateEmbeddingOption CertificateEmbeddingOption { get { throw null; } }
415         public System.IO.Packaging.PackagePart SignaturePart { get { throw null; } }
416         public string SignatureType { get { throw null; } }
417         public byte[] SignatureValue { get { throw null; } }
418         public System.Collections.ObjectModel.ReadOnlyCollection<System.Uri> SignedParts { get { throw null; } }
419         public System.Collections.ObjectModel.ReadOnlyCollection<System.IO.Packaging.PackageRelationshipSelector> SignedRelationshipSelectors { get { throw null; } }
420         public System.Security.Cryptography.X509Certificates.X509Certificate Signer { get { throw null; } }
421         public System.DateTime SigningTime { get { throw null; } }
422         public string TimeFormat { get { throw null; } }
GetPartTransformList(System.Uri partName)423         public System.Collections.Generic.List<string> GetPartTransformList(System.Uri partName) { throw null; }
Verify()424         public System.IO.Packaging.VerifyResult Verify() { throw null; }
425         [System.Security.SecurityCriticalAttribute]
426         [System.Security.SecurityTreatAsSafeAttribute]
Verify(System.Security.Cryptography.X509Certificates.X509Certificate signingCertificate)427         public System.IO.Packaging.VerifyResult Verify(System.Security.Cryptography.X509Certificates.X509Certificate signingCertificate) { throw null; }
428     }
429     public sealed partial class PackageDigitalSignatureManager
430     {
PackageDigitalSignatureManager(System.IO.Packaging.Package package)431         public PackageDigitalSignatureManager(System.IO.Packaging.Package package) { }
432         public System.IO.Packaging.CertificateEmbeddingOption CertificateOption { get { throw null; } set { } }
433         public static string DefaultHashAlgorithm { get { throw null; } }
434         public string HashAlgorithm { get { throw null; } set { } }
435         public bool IsSigned { get { throw null; } }
436         public System.IntPtr ParentWindow { get { throw null; } set { } }
437         public System.Uri SignatureOrigin { get { throw null; } }
438         public static string SignatureOriginRelationshipType { get { throw null; } }
439         public System.Collections.ObjectModel.ReadOnlyCollection<System.IO.Packaging.PackageDigitalSignature> Signatures { get { throw null; } }
440         public string TimeFormat { get { throw null; } set { } }
441         public System.Collections.Generic.Dictionary<string, string> TransformMapping { get { throw null; } }
442         public event System.IO.Packaging.InvalidSignatureEventHandler InvalidSignatureEvent { add { } remove { } }
Countersign()443         public System.IO.Packaging.PackageDigitalSignature Countersign() { throw null; }
Countersign(System.Security.Cryptography.X509Certificates.X509Certificate certificate)444         public System.IO.Packaging.PackageDigitalSignature Countersign(System.Security.Cryptography.X509Certificates.X509Certificate certificate) { throw null; }
Countersign(System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Collections.Generic.IEnumerable<System.Uri> signatures)445         public System.IO.Packaging.PackageDigitalSignature Countersign(System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Collections.Generic.IEnumerable<System.Uri> signatures) { throw null; }
GetSignature(System.Uri signatureUri)446         public System.IO.Packaging.PackageDigitalSignature GetSignature(System.Uri signatureUri) { throw null; }
RemoveAllSignatures()447         public void RemoveAllSignatures() { }
RemoveSignature(System.Uri signatureUri)448         public void RemoveSignature(System.Uri signatureUri) { }
Sign(System.Collections.Generic.IEnumerable<System.Uri> parts)449         public System.IO.Packaging.PackageDigitalSignature Sign(System.Collections.Generic.IEnumerable<System.Uri> parts) { throw null; }
Sign(System.Collections.Generic.IEnumerable<System.Uri> parts, System.Security.Cryptography.X509Certificates.X509Certificate certificate)450         public System.IO.Packaging.PackageDigitalSignature Sign(System.Collections.Generic.IEnumerable<System.Uri> parts, System.Security.Cryptography.X509Certificates.X509Certificate certificate) { throw null; }
Sign(System.Collections.Generic.IEnumerable<System.Uri> parts, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Collections.Generic.IEnumerable<System.IO.Packaging.PackageRelationshipSelector> relationshipSelectors)451         public System.IO.Packaging.PackageDigitalSignature Sign(System.Collections.Generic.IEnumerable<System.Uri> parts, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Collections.Generic.IEnumerable<System.IO.Packaging.PackageRelationshipSelector> relationshipSelectors) { throw null; }
Sign(System.Collections.Generic.IEnumerable<System.Uri> parts, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Collections.Generic.IEnumerable<System.IO.Packaging.PackageRelationshipSelector> relationshipSelectors, string signatureId)452         public System.IO.Packaging.PackageDigitalSignature Sign(System.Collections.Generic.IEnumerable<System.Uri> parts, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Collections.Generic.IEnumerable<System.IO.Packaging.PackageRelationshipSelector> relationshipSelectors, string signatureId) { throw null; }
453         [System.Security.SecurityCriticalAttribute]
VerifyCertificate(System.Security.Cryptography.X509Certificates.X509Certificate certificate)454         public static System.Security.Cryptography.X509Certificates.X509ChainStatusFlags VerifyCertificate(System.Security.Cryptography.X509Certificates.X509Certificate certificate) { throw null; }
VerifySignatures(bool exitOnFailure)455         public System.IO.Packaging.VerifyResult VerifySignatures(bool exitOnFailure) { throw null; }
456     }
457     public abstract partial class PackagePart
458     {
PackagePart(System.IO.Packaging.Package package, System.Uri partUri)459         protected PackagePart(System.IO.Packaging.Package package, System.Uri partUri) { }
PackagePart(System.IO.Packaging.Package package, System.Uri partUri, string contentType)460         protected internal PackagePart(System.IO.Packaging.Package package, System.Uri partUri, string contentType) { }
PackagePart(System.IO.Packaging.Package package, System.Uri partUri, string contentType, System.IO.Packaging.CompressionOption compressionOption)461         protected internal PackagePart(System.IO.Packaging.Package package, System.Uri partUri, string contentType, System.IO.Packaging.CompressionOption compressionOption) { }
462         public System.IO.Packaging.CompressionOption CompressionOption { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
463         public string ContentType { get { throw null; } }
464         public System.IO.Packaging.Package Package { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
465         public System.Uri Uri { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
CreateRelationship(System.Uri targetUri, System.IO.Packaging.TargetMode targetMode, string relationshipType)466         public System.IO.Packaging.PackageRelationship CreateRelationship(System.Uri targetUri, System.IO.Packaging.TargetMode targetMode, string relationshipType) { throw null; }
CreateRelationship(System.Uri targetUri, System.IO.Packaging.TargetMode targetMode, string relationshipType, string id)467         public System.IO.Packaging.PackageRelationship CreateRelationship(System.Uri targetUri, System.IO.Packaging.TargetMode targetMode, string relationshipType, string id) { throw null; }
DeleteRelationship(string id)468         public void DeleteRelationship(string id) { }
GetContentTypeCore()469         protected virtual string GetContentTypeCore() { throw null; }
GetRelationship(string id)470         public System.IO.Packaging.PackageRelationship GetRelationship(string id) { throw null; }
GetRelationships()471         public System.IO.Packaging.PackageRelationshipCollection GetRelationships() { throw null; }
GetRelationshipsByType(string relationshipType)472         public System.IO.Packaging.PackageRelationshipCollection GetRelationshipsByType(string relationshipType) { throw null; }
GetStream()473         public System.IO.Stream GetStream() { throw null; }
GetStream(System.IO.FileMode mode)474         public System.IO.Stream GetStream(System.IO.FileMode mode) { throw null; }
GetStream(System.IO.FileMode mode, System.IO.FileAccess access)475         public System.IO.Stream GetStream(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
GetStreamCore(System.IO.FileMode mode, System.IO.FileAccess access)476         protected abstract System.IO.Stream GetStreamCore(System.IO.FileMode mode, System.IO.FileAccess access);
RelationshipExists(string id)477         public bool RelationshipExists(string id) { throw null; }
478     }
479     public partial class PackagePartCollection : System.Collections.Generic.IEnumerable<System.IO.Packaging.PackagePart>, System.Collections.IEnumerable
480     {
PackagePartCollection()481         internal PackagePartCollection() { }
GetEnumerator()482         public System.Collections.Generic.IEnumerator<System.IO.Packaging.PackagePart> GetEnumerator() { throw null; }
System.Collections.IEnumerable.GetEnumerator()483         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
484     }
485     public abstract partial class PackageProperties : System.IDisposable
486     {
PackageProperties()487         protected PackageProperties() { }
488         public abstract string Category { get; set; }
489         public abstract string ContentStatus { get; set; }
490         public abstract string ContentType { get; set; }
491         public abstract System.Nullable<System.DateTime> Created { get; set; }
492         public abstract string Creator { get; set; }
493         public abstract string Description { get; set; }
494         public abstract string Identifier { get; set; }
495         public abstract string Keywords { get; set; }
496         public abstract string Language { get; set; }
497         public abstract string LastModifiedBy { get; set; }
498         public abstract System.Nullable<System.DateTime> LastPrinted { get; set; }
499         public abstract System.Nullable<System.DateTime> Modified { get; set; }
500         public abstract string Revision { get; set; }
501         public abstract string Subject { get; set; }
502         public abstract string Title { get; set; }
503         public abstract string Version { get; set; }
Dispose()504         public void Dispose() { }
Dispose(bool disposing)505         protected virtual void Dispose(bool disposing) { }
506     }
507     public partial class PackageRelationship
508     {
PackageRelationship()509         internal PackageRelationship() { }
510         public string Id { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
511         public System.IO.Packaging.Package Package { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
512         public string RelationshipType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
513         public System.Uri SourceUri { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
514         public System.IO.Packaging.TargetMode TargetMode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
515         public System.Uri TargetUri { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
516     }
517     public partial class PackageRelationshipCollection : System.Collections.Generic.IEnumerable<System.IO.Packaging.PackageRelationship>, System.Collections.IEnumerable
518     {
PackageRelationshipCollection()519         internal PackageRelationshipCollection() { }
GetEnumerator()520         public System.Collections.Generic.IEnumerator<System.IO.Packaging.PackageRelationship> GetEnumerator() { throw null; }
System.Collections.IEnumerable.GetEnumerator()521         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
522     }
523     public sealed partial class PackageRelationshipSelector
524     {
PackageRelationshipSelector(System.Uri sourceUri, System.IO.Packaging.PackageRelationshipSelectorType selectorType, string selectionCriteria)525         public PackageRelationshipSelector(System.Uri sourceUri, System.IO.Packaging.PackageRelationshipSelectorType selectorType, string selectionCriteria) { }
526         public string SelectionCriteria { get { throw null; } }
527         public System.IO.Packaging.PackageRelationshipSelectorType SelectorType { get { throw null; } }
528         public System.Uri SourceUri { get { throw null; } }
Select(System.IO.Packaging.Package package)529         public System.Collections.Generic.List<System.IO.Packaging.PackageRelationship> Select(System.IO.Packaging.Package package) { throw null; }
530     }
531     public enum PackageRelationshipSelectorType
532     {
533         Id = 0,
534         Type = 1,
535     }
536     public static partial class PackUriHelper
537     {
538         public static readonly string UriSchemePack;
ComparePackUri(System.Uri firstPackUri, System.Uri secondPackUri)539         public static int ComparePackUri(System.Uri firstPackUri, System.Uri secondPackUri) { throw null; }
ComparePartUri(System.Uri firstPartUri, System.Uri secondPartUri)540         public static int ComparePartUri(System.Uri firstPartUri, System.Uri secondPartUri) { throw null; }
Create(System.Uri packageUri)541         public static System.Uri Create(System.Uri packageUri) { throw null; }
Create(System.Uri packageUri, System.Uri partUri)542         public static System.Uri Create(System.Uri packageUri, System.Uri partUri) { throw null; }
Create(System.Uri packageUri, System.Uri partUri, string fragment)543         public static System.Uri Create(System.Uri packageUri, System.Uri partUri, string fragment) { throw null; }
CreatePartUri(System.Uri partUri)544         public static System.Uri CreatePartUri(System.Uri partUri) { throw null; }
GetNormalizedPartUri(System.Uri partUri)545         public static System.Uri GetNormalizedPartUri(System.Uri partUri) { throw null; }
GetPackageUri(System.Uri packUri)546         public static System.Uri GetPackageUri(System.Uri packUri) { throw null; }
GetPartUri(System.Uri packUri)547         public static System.Uri GetPartUri(System.Uri packUri) { throw null; }
GetRelationshipPartUri(System.Uri partUri)548         public static System.Uri GetRelationshipPartUri(System.Uri partUri) { throw null; }
GetRelativeUri(System.Uri sourcePartUri, System.Uri targetPartUri)549         public static System.Uri GetRelativeUri(System.Uri sourcePartUri, System.Uri targetPartUri) { throw null; }
GetSourcePartUriFromRelationshipPartUri(System.Uri relationshipPartUri)550         public static System.Uri GetSourcePartUriFromRelationshipPartUri(System.Uri relationshipPartUri) { throw null; }
IsRelationshipPartUri(System.Uri partUri)551         public static bool IsRelationshipPartUri(System.Uri partUri) { throw null; }
ResolvePartUri(System.Uri sourcePartUri, System.Uri targetUri)552         public static System.Uri ResolvePartUri(System.Uri sourcePartUri, System.Uri targetUri) { throw null; }
553     }
554     public partial class RightsManagementInformation
555     {
RightsManagementInformation()556         internal RightsManagementInformation() { }
557         public System.Security.RightsManagement.CryptoProvider CryptoProvider { get { throw null; } set { } }
DeleteUseLicense(System.Security.RightsManagement.ContentUser userKey)558         public void DeleteUseLicense(System.Security.RightsManagement.ContentUser userKey) { }
GetEmbeddedUseLicenses()559         public System.Collections.Generic.IDictionary<System.Security.RightsManagement.ContentUser, System.Security.RightsManagement.UseLicense> GetEmbeddedUseLicenses() { throw null; }
LoadPublishLicense()560         public System.Security.RightsManagement.PublishLicense LoadPublishLicense() { throw null; }
LoadUseLicense(System.Security.RightsManagement.ContentUser userKey)561         public System.Security.RightsManagement.UseLicense LoadUseLicense(System.Security.RightsManagement.ContentUser userKey) { throw null; }
SavePublishLicense(System.Security.RightsManagement.PublishLicense publishLicense)562         public void SavePublishLicense(System.Security.RightsManagement.PublishLicense publishLicense) { }
SaveUseLicense(System.Security.RightsManagement.ContentUser userKey, System.Security.RightsManagement.UseLicense useLicense)563         public void SaveUseLicense(System.Security.RightsManagement.ContentUser userKey, System.Security.RightsManagement.UseLicense useLicense) { }
564     }
565     public partial class SignatureVerificationEventArgs : System.EventArgs
566     {
SignatureVerificationEventArgs()567         internal SignatureVerificationEventArgs() { }
568         public System.IO.Packaging.PackageDigitalSignature Signature { get { throw null; } }
569         public System.IO.Packaging.VerifyResult VerifyResult { get { throw null; } }
570     }
571     public partial class StorageInfo
572     {
StorageInfo()573         internal StorageInfo() { }
574         public string Name { get { throw null; } }
CreateStream(string name)575         public System.IO.Packaging.StreamInfo CreateStream(string name) { throw null; }
CreateStream(string name, System.IO.Packaging.CompressionOption compressionOption, System.IO.Packaging.EncryptionOption encryptionOption)576         public System.IO.Packaging.StreamInfo CreateStream(string name, System.IO.Packaging.CompressionOption compressionOption, System.IO.Packaging.EncryptionOption encryptionOption) { throw null; }
CreateSubStorage(string name)577         public System.IO.Packaging.StorageInfo CreateSubStorage(string name) { throw null; }
DeleteStream(string name)578         public void DeleteStream(string name) { }
DeleteSubStorage(string name)579         public void DeleteSubStorage(string name) { }
GetStreamInfo(string name)580         public System.IO.Packaging.StreamInfo GetStreamInfo(string name) { throw null; }
GetStreams()581         public System.IO.Packaging.StreamInfo[] GetStreams() { throw null; }
GetSubStorageInfo(string name)582         public System.IO.Packaging.StorageInfo GetSubStorageInfo(string name) { throw null; }
GetSubStorages()583         public System.IO.Packaging.StorageInfo[] GetSubStorages() { throw null; }
StreamExists(string name)584         public bool StreamExists(string name) { throw null; }
SubStorageExists(string name)585         public bool SubStorageExists(string name) { throw null; }
586     }
587     public partial class StreamInfo
588     {
StreamInfo()589         internal StreamInfo() { }
590         public System.IO.Packaging.CompressionOption CompressionOption { get { throw null; } }
591         public System.IO.Packaging.EncryptionOption EncryptionOption { get { throw null; } }
592         public string Name { get { throw null; } }
GetStream()593         public System.IO.Stream GetStream() { throw null; }
GetStream(System.IO.FileMode mode)594         public System.IO.Stream GetStream(System.IO.FileMode mode) { throw null; }
GetStream(System.IO.FileMode mode, System.IO.FileAccess access)595         public System.IO.Stream GetStream(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
596     }
597     public enum TargetMode
598     {
599         External = 1,
600         Internal = 0,
601     }
602     public enum VerifyResult
603     {
604         CertificateRequired = 2,
605         InvalidCertificate = 3,
606         InvalidSignature = 1,
607         NotSigned = 5,
608         ReferenceNotFound = 4,
609         Success = 0,
610     }
611     public sealed partial class ZipPackage : System.IO.Packaging.Package
612     {
ZipPackage()613         internal ZipPackage() : base (default(System.IO.FileAccess)) { }
CreatePartCore(System.Uri partUri, string contentType, System.IO.Packaging.CompressionOption compressionOption)614         protected override System.IO.Packaging.PackagePart CreatePartCore(System.Uri partUri, string contentType, System.IO.Packaging.CompressionOption compressionOption) { throw null; }
DeletePartCore(System.Uri partUri)615         protected override void DeletePartCore(System.Uri partUri) { }
Dispose(bool disposing)616         protected override void Dispose(bool disposing) { }
FlushCore()617         protected override void FlushCore() { }
GetPartCore(System.Uri partUri)618         protected override System.IO.Packaging.PackagePart GetPartCore(System.Uri partUri) { throw null; }
GetPartsCore()619         protected override System.IO.Packaging.PackagePart[] GetPartsCore() { throw null; }
620     }
621     public sealed partial class ZipPackagePart : System.IO.Packaging.PackagePart
622     {
ZipPackagePart()623         internal ZipPackagePart() : base (default(System.IO.Packaging.Package), default(System.Uri)) { }
GetStreamCore(System.IO.FileMode mode, System.IO.FileAccess access)624         protected override System.IO.Stream GetStreamCore(System.IO.FileMode mode, System.IO.FileAccess access) { throw null; }
625     }
626 }
627 namespace System.Security.Permissions
628 {
629     public sealed partial class MediaPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
630     {
MediaPermission()631         public MediaPermission() { }
MediaPermission(System.Security.Permissions.MediaPermissionAudio permissionAudio)632         public MediaPermission(System.Security.Permissions.MediaPermissionAudio permissionAudio) { }
MediaPermission(System.Security.Permissions.MediaPermissionAudio permissionAudio, System.Security.Permissions.MediaPermissionVideo permissionVideo, System.Security.Permissions.MediaPermissionImage permissionImage)633         public MediaPermission(System.Security.Permissions.MediaPermissionAudio permissionAudio, System.Security.Permissions.MediaPermissionVideo permissionVideo, System.Security.Permissions.MediaPermissionImage permissionImage) { }
MediaPermission(System.Security.Permissions.MediaPermissionImage permissionImage)634         public MediaPermission(System.Security.Permissions.MediaPermissionImage permissionImage) { }
MediaPermission(System.Security.Permissions.MediaPermissionVideo permissionVideo)635         public MediaPermission(System.Security.Permissions.MediaPermissionVideo permissionVideo) { }
MediaPermission(System.Security.Permissions.PermissionState state)636         public MediaPermission(System.Security.Permissions.PermissionState state) { }
637         public System.Security.Permissions.MediaPermissionAudio Audio { get { throw null; } }
638         public System.Security.Permissions.MediaPermissionImage Image { get { throw null; } }
639         public System.Security.Permissions.MediaPermissionVideo Video { get { throw null; } }
Copy()640         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)641         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)642         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)643         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()644         public bool IsUnrestricted() { throw null; }
ToXml()645         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)646         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
647     }
648     [System.AttributeUsageAttribute((System.AttributeTargets)(109))]
649     public sealed partial class MediaPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
650     {
MediaPermissionAttribute(System.Security.Permissions.SecurityAction action)651         public MediaPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
652         public System.Security.Permissions.MediaPermissionAudio Audio { get { throw null; } set { } }
653         public System.Security.Permissions.MediaPermissionImage Image { get { throw null; } set { } }
654         public System.Security.Permissions.MediaPermissionVideo Video { get { throw null; } set { } }
CreatePermission()655         public override System.Security.IPermission CreatePermission() { throw null; }
656     }
657     public enum MediaPermissionAudio
658     {
659         AllAudio = 3,
660         NoAudio = 0,
661         SafeAudio = 2,
662         SiteOfOriginAudio = 1,
663     }
664     public enum MediaPermissionImage
665     {
666         AllImage = 3,
667         NoImage = 0,
668         SafeImage = 2,
669         SiteOfOriginImage = 1,
670     }
671     public enum MediaPermissionVideo
672     {
673         AllVideo = 3,
674         NoVideo = 0,
675         SafeVideo = 2,
676         SiteOfOriginVideo = 1,
677     }
678     public sealed partial class WebBrowserPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
679     {
WebBrowserPermission()680         public WebBrowserPermission() { }
WebBrowserPermission(System.Security.Permissions.PermissionState state)681         public WebBrowserPermission(System.Security.Permissions.PermissionState state) { }
WebBrowserPermission(System.Security.Permissions.WebBrowserPermissionLevel webBrowserPermissionLevel)682         public WebBrowserPermission(System.Security.Permissions.WebBrowserPermissionLevel webBrowserPermissionLevel) { }
683         public System.Security.Permissions.WebBrowserPermissionLevel Level { get { throw null; } set { } }
Copy()684         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)685         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)686         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)687         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()688         public bool IsUnrestricted() { throw null; }
ToXml()689         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)690         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
691     }
692     [System.AttributeUsageAttribute((System.AttributeTargets)(109))]
693     public sealed partial class WebBrowserPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
694     {
WebBrowserPermissionAttribute(System.Security.Permissions.SecurityAction action)695         public WebBrowserPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
696         public System.Security.Permissions.WebBrowserPermissionLevel Level { get { throw null; } set { } }
CreatePermission()697         public override System.Security.IPermission CreatePermission() { throw null; }
698     }
699     public enum WebBrowserPermissionLevel
700     {
701         None = 0,
702         Safe = 1,
703         Unrestricted = 2,
704     }
705 }
706 namespace System.Security.RightsManagement
707 {
708     public enum AuthenticationType
709     {
710         Internal = 3,
711         Passport = 1,
712         Windows = 0,
713         WindowsPassport = 2,
714     }
715     [System.Security.SecurityCriticalAttribute((System.Security.SecurityCriticalScope)(1))]
716     public partial class ContentGrant
717     {
ContentGrant(System.Security.RightsManagement.ContentUser user, System.Security.RightsManagement.ContentRight right)718         public ContentGrant(System.Security.RightsManagement.ContentUser user, System.Security.RightsManagement.ContentRight right) { }
ContentGrant(System.Security.RightsManagement.ContentUser user, System.Security.RightsManagement.ContentRight right, System.DateTime validFrom, System.DateTime validUntil)719         public ContentGrant(System.Security.RightsManagement.ContentUser user, System.Security.RightsManagement.ContentRight right, System.DateTime validFrom, System.DateTime validUntil) { }
720         public System.Security.RightsManagement.ContentRight Right { get { throw null; } }
721         public System.Security.RightsManagement.ContentUser User { get { throw null; } }
722         public System.DateTime ValidFrom { get { throw null; } }
723         public System.DateTime ValidUntil { get { throw null; } }
724     }
725     public enum ContentRight
726     {
727         DocumentEdit = 11,
728         Edit = 1,
729         Export = 12,
730         Extract = 3,
731         Forward = 7,
732         ObjectModel = 4,
733         Owner = 5,
734         Print = 2,
735         Reply = 8,
736         ReplyAll = 9,
737         Sign = 10,
738         View = 0,
739         ViewRightsData = 6,
740     }
741     [System.Security.SecurityCriticalAttribute((System.Security.SecurityCriticalScope)(1))]
742     public partial class ContentUser
743     {
ContentUser(string name, System.Security.RightsManagement.AuthenticationType authenticationType)744         public ContentUser(string name, System.Security.RightsManagement.AuthenticationType authenticationType) { }
745         public static System.Security.RightsManagement.ContentUser AnyoneUser { get { throw null; } }
746         public System.Security.RightsManagement.AuthenticationType AuthenticationType { get { throw null; } }
747         public string Name { get { throw null; } }
748         public static System.Security.RightsManagement.ContentUser OwnerUser { get { throw null; } }
Equals(object obj)749         public override bool Equals(object obj) { throw null; }
GetHashCode()750         public override int GetHashCode() { throw null; }
IsAuthenticated()751         public bool IsAuthenticated() { throw null; }
752     }
753     [System.Security.SecurityCriticalAttribute((System.Security.SecurityCriticalScope)(1))]
754     public partial class CryptoProvider : System.IDisposable
755     {
CryptoProvider()756         internal CryptoProvider() { }
757         public int BlockSize { get { throw null; } }
758         public System.Collections.ObjectModel.ReadOnlyCollection<System.Security.RightsManagement.ContentGrant> BoundGrants { get { throw null; } }
759         public bool CanDecrypt { get { throw null; } }
760         public bool CanEncrypt { get { throw null; } }
761         public bool CanMergeBlocks { get { throw null; } }
Decrypt(byte[] cryptoText)762         public byte[] Decrypt(byte[] cryptoText) { throw null; }
Dispose()763         public void Dispose() { }
Dispose(bool disposing)764         protected virtual void Dispose(bool disposing) { }
Encrypt(byte[] clearText)765         public byte[] Encrypt(byte[] clearText) { throw null; }
~CryptoProvider()766         ~CryptoProvider() { }
767     }
768     [System.Security.SecurityCriticalAttribute((System.Security.SecurityCriticalScope)(1))]
769     public partial class LocalizedNameDescriptionPair
770     {
LocalizedNameDescriptionPair(string name, string description)771         public LocalizedNameDescriptionPair(string name, string description) { }
772         public string Description { get { throw null; } }
773         public string Name { get { throw null; } }
Equals(object obj)774         public override bool Equals(object obj) { throw null; }
GetHashCode()775         public override int GetHashCode() { throw null; }
776     }
777     [System.Security.SecurityCriticalAttribute((System.Security.SecurityCriticalScope)(1))]
778     public partial class PublishLicense
779     {
PublishLicense(string signedPublishLicense)780         public PublishLicense(string signedPublishLicense) { }
781         public System.Guid ContentId { get { throw null; } }
782         public string ReferralInfoName { get { throw null; } }
783         public System.Uri ReferralInfoUri { get { throw null; } }
784         public System.Uri UseLicenseAcquisitionUrl { get { throw null; } }
AcquireUseLicense(System.Security.RightsManagement.SecureEnvironment secureEnvironment)785         public System.Security.RightsManagement.UseLicense AcquireUseLicense(System.Security.RightsManagement.SecureEnvironment secureEnvironment) { throw null; }
AcquireUseLicenseNoUI(System.Security.RightsManagement.SecureEnvironment secureEnvironment)786         public System.Security.RightsManagement.UseLicense AcquireUseLicenseNoUI(System.Security.RightsManagement.SecureEnvironment secureEnvironment) { throw null; }
DecryptUnsignedPublishLicense(System.Security.RightsManagement.CryptoProvider cryptoProvider)787         public System.Security.RightsManagement.UnsignedPublishLicense DecryptUnsignedPublishLicense(System.Security.RightsManagement.CryptoProvider cryptoProvider) { throw null; }
ToString()788         public override string ToString() { throw null; }
789     }
790     [System.SerializableAttribute]
791     public partial class RightsManagementException : System.Exception
792     {
RightsManagementException()793         public RightsManagementException() { }
RightsManagementException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)794         protected RightsManagementException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
RightsManagementException(System.Security.RightsManagement.RightsManagementFailureCode failureCode)795         public RightsManagementException(System.Security.RightsManagement.RightsManagementFailureCode failureCode) { }
RightsManagementException(System.Security.RightsManagement.RightsManagementFailureCode failureCode, System.Exception innerException)796         public RightsManagementException(System.Security.RightsManagement.RightsManagementFailureCode failureCode, System.Exception innerException) { }
RightsManagementException(System.Security.RightsManagement.RightsManagementFailureCode failureCode, string message)797         public RightsManagementException(System.Security.RightsManagement.RightsManagementFailureCode failureCode, string message) { }
RightsManagementException(System.Security.RightsManagement.RightsManagementFailureCode failureCode, string message, System.Exception innerException)798         public RightsManagementException(System.Security.RightsManagement.RightsManagementFailureCode failureCode, string message, System.Exception innerException) { }
RightsManagementException(string message)799         public RightsManagementException(string message) { }
RightsManagementException(string message, System.Exception innerException)800         public RightsManagementException(string message, System.Exception innerException) { }
801         public System.Security.RightsManagement.RightsManagementFailureCode FailureCode { get { throw null; } }
802         [System.Security.SecurityCriticalAttribute]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)803         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
804     }
805     public enum RightsManagementFailureCode
806     {
807         Aborted = -2147168447,
808         ActivationFailed = -2147168448,
809         AdEntryNotFound = -2147168419,
810         AlreadyInProgress = -2147168456,
811         AuthenticationFailed = -2147168445,
812         BadGetInfoQuery = -2147168494,
813         BindAccessPrincipalNotEnabling = -2147168478,
814         BindAccessUnsatisfied = -2147168477,
815         BindContentNotInEndUseLicense = -2147168479,
816         BindIndicatedPrincipalMissing = -2147168476,
817         BindIntervalTimeViolated = -2147168465,
818         BindMachineNotFoundInGroupIdentity = -2147168475,
819         BindNoApplicableRevocationList = -2147168472,
820         BindNoSatisfiedRightsGroup = -2147168464,
821         BindPolicyViolation = -2147168485,
822         BindRevocationListStale = -2147168473,
823         BindRevokedIssuer = -2147168483,
824         BindRevokedLicense = -2147168484,
825         BindRevokedModule = -2147168480,
826         BindRevokedPrincipal = -2147168482,
827         BindRevokedResource = -2147168481,
828         BindSpecifiedWorkMissing = -2147168463,
829         BindValidityTimeViolated = -2147168488,
830         BrokenCertChain = -2147168487,
831         ClockRollbackDetected = -2147168491,
832         CryptoOperationUnsupported = -2147168492,
833         DebuggerDetected = -2147168416,
834         EmailNotVerified = -2147168422,
835         EnablingPrincipalFailure = -2147168496,
836         EncryptionNotPermitted = -2147168508,
837         EnvironmentCannotLoad = -2147168501,
838         EnvironmentNotLoaded = -2147168502,
839         ExpiredOfficialIssuanceLicenseTemplate = -2147168425,
840         GlobalOptionAlreadySet = -2147168396,
841         GroupIdentityNotSet = -2147168455,
842         HidCorrupted = -2147168442,
843         HidInvalid = -2147168423,
844         IdMismatch = -2147168459,
845         IncompatibleObjects = -2147168498,
846         InfoNotInLicense = -2147168511,
847         InfoNotPresent = -2147168495,
848         InstallationFailed = -2147168443,
849         InvalidAlgorithmType = -2147168503,
850         InvalidClientLicensorCertificate = -2147168424,
851         InvalidEmail = -2147168437,
852         InvalidEncodingType = -2147168505,
853         InvalidHandle = -2147168468,
854         InvalidIssuanceLicenseTemplate = -2147168428,
855         InvalidKeyLength = -2147168427,
856         InvalidLicense = -2147168512,
857         InvalidLicenseSignature = -2147168510,
858         InvalidLockboxPath = -2147168399,
859         InvalidLockboxType = -2147168400,
860         InvalidNumericalValue = -2147168504,
861         InvalidRegistryPath = -2147168398,
862         InvalidServerResponse = -2147168441,
863         InvalidTimeInfo = -2147168431,
864         InvalidVersion = -2147168506,
865         KeyTypeUnsupported = -2147168493,
866         LibraryFail = -2147168497,
867         LibraryUnsupportedPlugIn = -2147168474,
868         LicenseAcquisitionFailed = -2147168460,
869         LicenseBindingToWindowsIdentityFailed = -2147168429,
870         ManifestPolicyViolation = -2147183860,
871         MetadataNotSet = -2147168433,
872         NeedsGroupIdentityActivation = -2147168450,
873         NeedsMachineActivation = -2147168451,
874         NoAesCryptoProvider = -2147168397,
875         NoConnect = -2147168453,
876         NoDistributionPointUrlFound = -2147168457,
877         NoLicense = -2147168452,
878         NoMoreData = -2147168461,
879         NotAChain = -2147168418,
880         NotSet = -2147168434,
881         OutdatedModule = -2147168435,
882         OutOfQuota = -2147168446,
883         OwnerLicenseNotFound = -2147168395,
884         QueryReportsNoResults = -2147168490,
885         RecordNotFound = -2147168454,
886         RequestDenied = -2147168417,
887         RevocationInfoNotSet = -2147168432,
888         RightNotGranted = -2147168507,
889         RightNotSet = -2147168430,
890         ServerError = -2147168444,
891         ServerNotFound = -2147168438,
892         ServiceGone = -2147168420,
893         ServiceMoved = -2147168421,
894         ServiceNotFound = -2147168440,
895         Success = 0,
896         TooManyCertificates = -2147168458,
897         TooManyLoadedEnvironments = -2147168500,
898         UnexpectedException = -2147168489,
899         UseDefault = -2147168439,
900         ValidityTimeViolation = -2147168436,
901     }
902     [System.Security.SecurityCriticalAttribute((System.Security.SecurityCriticalScope)(1))]
903     public partial class SecureEnvironment : System.IDisposable
904     {
SecureEnvironment()905         internal SecureEnvironment() { }
906         public string ApplicationManifest { get { throw null; } }
907         public System.Security.RightsManagement.ContentUser User { get { throw null; } }
Create(string applicationManifest, System.Security.RightsManagement.AuthenticationType authentication, System.Security.RightsManagement.UserActivationMode userActivationMode)908         public static System.Security.RightsManagement.SecureEnvironment Create(string applicationManifest, System.Security.RightsManagement.AuthenticationType authentication, System.Security.RightsManagement.UserActivationMode userActivationMode) { throw null; }
Create(string applicationManifest, System.Security.RightsManagement.ContentUser user)909         public static System.Security.RightsManagement.SecureEnvironment Create(string applicationManifest, System.Security.RightsManagement.ContentUser user) { throw null; }
Dispose()910         public void Dispose() { }
Dispose(bool disposing)911         protected virtual void Dispose(bool disposing) { }
GetActivatedUsers()912         public static System.Collections.ObjectModel.ReadOnlyCollection<System.Security.RightsManagement.ContentUser> GetActivatedUsers() { throw null; }
IsUserActivated(System.Security.RightsManagement.ContentUser user)913         public static bool IsUserActivated(System.Security.RightsManagement.ContentUser user) { throw null; }
RemoveActivatedUser(System.Security.RightsManagement.ContentUser user)914         public static void RemoveActivatedUser(System.Security.RightsManagement.ContentUser user) { }
915     }
916     [System.Security.SecurityCriticalAttribute((System.Security.SecurityCriticalScope)(1))]
917     public partial class UnsignedPublishLicense
918     {
UnsignedPublishLicense()919         public UnsignedPublishLicense() { }
UnsignedPublishLicense(string publishLicenseTemplate)920         public UnsignedPublishLicense(string publishLicenseTemplate) { }
921         public System.Guid ContentId { get { throw null; } set { } }
922         public System.Collections.Generic.ICollection<System.Security.RightsManagement.ContentGrant> Grants { get { throw null; } }
923         public System.Collections.Generic.IDictionary<int, System.Security.RightsManagement.LocalizedNameDescriptionPair> LocalizedNameDescriptionDictionary { get { throw null; } }
924         public System.Security.RightsManagement.ContentUser Owner { get { throw null; } set { } }
925         public string ReferralInfoName { get { throw null; } set { } }
926         public System.Uri ReferralInfoUri { get { throw null; } set { } }
Sign(System.Security.RightsManagement.SecureEnvironment secureEnvironment, out System.Security.RightsManagement.UseLicense authorUseLicense)927         public System.Security.RightsManagement.PublishLicense Sign(System.Security.RightsManagement.SecureEnvironment secureEnvironment, out System.Security.RightsManagement.UseLicense authorUseLicense) { authorUseLicense = default(System.Security.RightsManagement.UseLicense); throw null; }
ToString()928         public override string ToString() { throw null; }
929     }
930     [System.Security.SecurityCriticalAttribute((System.Security.SecurityCriticalScope)(1))]
931     public partial class UseLicense
932     {
UseLicense(string useLicense)933         public UseLicense(string useLicense) { }
934         public System.Collections.Generic.IDictionary<string, string> ApplicationData { get { throw null; } }
935         public System.Guid ContentId { get { throw null; } }
936         public System.Security.RightsManagement.ContentUser Owner { get { throw null; } }
Bind(System.Security.RightsManagement.SecureEnvironment secureEnvironment)937         public System.Security.RightsManagement.CryptoProvider Bind(System.Security.RightsManagement.SecureEnvironment secureEnvironment) { throw null; }
Equals(object x)938         public override bool Equals(object x) { throw null; }
GetHashCode()939         public override int GetHashCode() { throw null; }
ToString()940         public override string ToString() { throw null; }
941     }
942     public enum UserActivationMode
943     {
944         Permanent = 0,
945         Temporary = 1,
946     }
947 }
948 namespace System.Windows
949 {
950     public abstract partial class AttachedPropertyBrowsableAttribute : System.Attribute
951     {
AttachedPropertyBrowsableAttribute()952         protected AttachedPropertyBrowsableAttribute() { }
953     }
954     [System.AttributeUsageAttribute((System.AttributeTargets)(64), AllowMultiple=true)]
955     public sealed partial class AttachedPropertyBrowsableForTypeAttribute : System.Windows.AttachedPropertyBrowsableAttribute
956     {
AttachedPropertyBrowsableForTypeAttribute(System.Type targetType)957         public AttachedPropertyBrowsableForTypeAttribute(System.Type targetType) { }
958         public System.Type TargetType { get { throw null; } }
959         public override object TypeId { get { throw null; } }
Equals(object obj)960         public override bool Equals(object obj) { throw null; }
GetHashCode()961         public override int GetHashCode() { throw null; }
962     }
963     [System.AttributeUsageAttribute((System.AttributeTargets)(64), AllowMultiple=false)]
964     public sealed partial class AttachedPropertyBrowsableWhenAttributePresentAttribute : System.Windows.AttachedPropertyBrowsableAttribute
965     {
AttachedPropertyBrowsableWhenAttributePresentAttribute(System.Type attributeType)966         public AttachedPropertyBrowsableWhenAttributePresentAttribute(System.Type attributeType) { }
967         public System.Type AttributeType { get { throw null; } }
Equals(object obj)968         public override bool Equals(object obj) { throw null; }
GetHashCode()969         public override int GetHashCode() { throw null; }
970     }
CoerceValueCallback(System.Windows.DependencyObject d, object baseValue)971     public delegate object CoerceValueCallback(System.Windows.DependencyObject d, object baseValue);
972     public partial class DependencyObject : System.Windows.Threading.DispatcherObject
973     {
DependencyObject()974         public DependencyObject() { }
975         public System.Windows.DependencyObjectType DependencyObjectType { get { throw null; } }
976         [System.MonoTODOAttribute]
977         public bool IsSealed { get { throw null; } }
ClearValue(System.Windows.DependencyProperty dp)978         public void ClearValue(System.Windows.DependencyProperty dp) { }
ClearValue(System.Windows.DependencyPropertyKey key)979         public void ClearValue(System.Windows.DependencyPropertyKey key) { }
CoerceValue(System.Windows.DependencyProperty dp)980         public void CoerceValue(System.Windows.DependencyProperty dp) { }
Equals(object obj)981         public sealed override bool Equals(object obj) { throw null; }
GetHashCode()982         public sealed override int GetHashCode() { throw null; }
983         [System.MonoTODOAttribute]
GetLocalValueEnumerator()984         public System.Windows.LocalValueEnumerator GetLocalValueEnumerator() { throw null; }
GetValue(System.Windows.DependencyProperty dp)985         public object GetValue(System.Windows.DependencyProperty dp) { throw null; }
986         [System.MonoTODOAttribute]
InvalidateProperty(System.Windows.DependencyProperty dp)987         public void InvalidateProperty(System.Windows.DependencyProperty dp) { }
OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e)988         protected virtual void OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) { }
ReadLocalValue(System.Windows.DependencyProperty dp)989         public object ReadLocalValue(System.Windows.DependencyProperty dp) { throw null; }
SetValue(System.Windows.DependencyProperty dp, object value)990         public void SetValue(System.Windows.DependencyProperty dp, object value) { }
SetValue(System.Windows.DependencyPropertyKey key, object value)991         public void SetValue(System.Windows.DependencyPropertyKey key, object value) { }
ShouldSerializeProperty(System.Windows.DependencyProperty dp)992         protected virtual bool ShouldSerializeProperty(System.Windows.DependencyProperty dp) { throw null; }
993     }
994     public partial class DependencyObjectType
995     {
DependencyObjectType()996         internal DependencyObjectType() { }
997         public System.Windows.DependencyObjectType BaseType { get { throw null; } }
998         public int Id { get { throw null; } }
999         public string Name { get { throw null; } }
1000         public System.Type SystemType { get { throw null; } }
FromSystemType(System.Type systemType)1001         public static System.Windows.DependencyObjectType FromSystemType(System.Type systemType) { throw null; }
GetHashCode()1002         public override int GetHashCode() { throw null; }
IsInstanceOfType(System.Windows.DependencyObject dependencyObject)1003         public bool IsInstanceOfType(System.Windows.DependencyObject dependencyObject) { throw null; }
IsSubclassOf(System.Windows.DependencyObjectType dependencyObjectType)1004         public bool IsSubclassOf(System.Windows.DependencyObjectType dependencyObjectType) { throw null; }
1005     }
1006     public sealed partial class DependencyProperty
1007     {
DependencyProperty()1008         internal DependencyProperty() { }
1009         public static readonly object UnsetValue;
1010         public System.Windows.PropertyMetadata DefaultMetadata { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1011         public int GlobalIndex { get { throw null; } }
1012         public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1013         public System.Type OwnerType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1014         public System.Type PropertyType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1015         public bool ReadOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1016         public System.Windows.ValidateValueCallback ValidateValueCallback { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
AddOwner(System.Type ownerType)1017         public System.Windows.DependencyProperty AddOwner(System.Type ownerType) { throw null; }
AddOwner(System.Type ownerType, System.Windows.PropertyMetadata typeMetadata)1018         public System.Windows.DependencyProperty AddOwner(System.Type ownerType, System.Windows.PropertyMetadata typeMetadata) { throw null; }
GetHashCode()1019         public override int GetHashCode() { throw null; }
GetMetadata(System.Type forType)1020         public System.Windows.PropertyMetadata GetMetadata(System.Type forType) { throw null; }
GetMetadata(System.Windows.DependencyObject dependencyObject)1021         public System.Windows.PropertyMetadata GetMetadata(System.Windows.DependencyObject dependencyObject) { throw null; }
GetMetadata(System.Windows.DependencyObjectType dependencyObjectType)1022         public System.Windows.PropertyMetadata GetMetadata(System.Windows.DependencyObjectType dependencyObjectType) { throw null; }
IsValidType(object value)1023         public bool IsValidType(object value) { throw null; }
IsValidValue(object value)1024         public bool IsValidValue(object value) { throw null; }
OverrideMetadata(System.Type forType, System.Windows.PropertyMetadata typeMetadata)1025         public void OverrideMetadata(System.Type forType, System.Windows.PropertyMetadata typeMetadata) { }
OverrideMetadata(System.Type forType, System.Windows.PropertyMetadata typeMetadata, System.Windows.DependencyPropertyKey key)1026         public void OverrideMetadata(System.Type forType, System.Windows.PropertyMetadata typeMetadata, System.Windows.DependencyPropertyKey key) { }
Register(string name, System.Type propertyType, System.Type ownerType)1027         public static System.Windows.DependencyProperty Register(string name, System.Type propertyType, System.Type ownerType) { throw null; }
Register(string name, System.Type propertyType, System.Type ownerType, System.Windows.PropertyMetadata typeMetadata)1028         public static System.Windows.DependencyProperty Register(string name, System.Type propertyType, System.Type ownerType, System.Windows.PropertyMetadata typeMetadata) { throw null; }
Register(string name, System.Type propertyType, System.Type ownerType, System.Windows.PropertyMetadata typeMetadata, System.Windows.ValidateValueCallback validateValueCallback)1029         public static System.Windows.DependencyProperty Register(string name, System.Type propertyType, System.Type ownerType, System.Windows.PropertyMetadata typeMetadata, System.Windows.ValidateValueCallback validateValueCallback) { throw null; }
RegisterAttached(string name, System.Type propertyType, System.Type ownerType)1030         public static System.Windows.DependencyProperty RegisterAttached(string name, System.Type propertyType, System.Type ownerType) { throw null; }
RegisterAttached(string name, System.Type propertyType, System.Type ownerType, System.Windows.PropertyMetadata defaultMetadata)1031         public static System.Windows.DependencyProperty RegisterAttached(string name, System.Type propertyType, System.Type ownerType, System.Windows.PropertyMetadata defaultMetadata) { throw null; }
RegisterAttached(string name, System.Type propertyType, System.Type ownerType, System.Windows.PropertyMetadata defaultMetadata, System.Windows.ValidateValueCallback validateValueCallback)1032         public static System.Windows.DependencyProperty RegisterAttached(string name, System.Type propertyType, System.Type ownerType, System.Windows.PropertyMetadata defaultMetadata, System.Windows.ValidateValueCallback validateValueCallback) { throw null; }
RegisterAttachedReadOnly(string name, System.Type propertyType, System.Type ownerType, System.Windows.PropertyMetadata defaultMetadata)1033         public static System.Windows.DependencyPropertyKey RegisterAttachedReadOnly(string name, System.Type propertyType, System.Type ownerType, System.Windows.PropertyMetadata defaultMetadata) { throw null; }
RegisterAttachedReadOnly(string name, System.Type propertyType, System.Type ownerType, System.Windows.PropertyMetadata defaultMetadata, System.Windows.ValidateValueCallback validateValueCallback)1034         public static System.Windows.DependencyPropertyKey RegisterAttachedReadOnly(string name, System.Type propertyType, System.Type ownerType, System.Windows.PropertyMetadata defaultMetadata, System.Windows.ValidateValueCallback validateValueCallback) { throw null; }
RegisterReadOnly(string name, System.Type propertyType, System.Type ownerType, System.Windows.PropertyMetadata typeMetadata)1035         public static System.Windows.DependencyPropertyKey RegisterReadOnly(string name, System.Type propertyType, System.Type ownerType, System.Windows.PropertyMetadata typeMetadata) { throw null; }
RegisterReadOnly(string name, System.Type propertyType, System.Type ownerType, System.Windows.PropertyMetadata typeMetadata, System.Windows.ValidateValueCallback validateValueCallback)1036         public static System.Windows.DependencyPropertyKey RegisterReadOnly(string name, System.Type propertyType, System.Type ownerType, System.Windows.PropertyMetadata typeMetadata, System.Windows.ValidateValueCallback validateValueCallback) { throw null; }
ToString()1037         public override string ToString() { throw null; }
1038     }
1039     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
1040     public partial struct DependencyPropertyChangedEventArgs
1041     {
DependencyPropertyChangedEventArgsSystem.Windows.DependencyPropertyChangedEventArgs1042         public DependencyPropertyChangedEventArgs(System.Windows.DependencyProperty property, object oldValue, object newValue) { throw null;}
1043         public object NewValue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1044         public object OldValue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1045         public System.Windows.DependencyProperty Property { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
EqualsSystem.Windows.DependencyPropertyChangedEventArgs1046         public override bool Equals(object obj) { throw null; }
EqualsSystem.Windows.DependencyPropertyChangedEventArgs1047         public bool Equals(System.Windows.DependencyPropertyChangedEventArgs args) { throw null; }
GetHashCodeSystem.Windows.DependencyPropertyChangedEventArgs1048         public override int GetHashCode() { throw null; }
operator ==System.Windows.DependencyPropertyChangedEventArgs1049         public static bool operator ==(System.Windows.DependencyPropertyChangedEventArgs left, System.Windows.DependencyPropertyChangedEventArgs right) { throw null; }
operator !=System.Windows.DependencyPropertyChangedEventArgs1050         public static bool operator !=(System.Windows.DependencyPropertyChangedEventArgs left, System.Windows.DependencyPropertyChangedEventArgs right) { throw null; }
1051     }
DependencyPropertyChangedEventHandler(object sender, System.Windows.DependencyPropertyChangedEventArgs e)1052     public delegate void DependencyPropertyChangedEventHandler(object sender, System.Windows.DependencyPropertyChangedEventArgs e);
1053     public sealed partial class DependencyPropertyKey
1054     {
DependencyPropertyKey()1055         internal DependencyPropertyKey() { }
1056         public System.Windows.DependencyProperty DependencyProperty { get { throw null; } }
OverrideMetadata(System.Type forType, System.Windows.PropertyMetadata typeMetadata)1057         public void OverrideMetadata(System.Type forType, System.Windows.PropertyMetadata typeMetadata) { }
1058     }
1059     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.ExpressionConverter))]
1060     public partial class Expression
1061     {
Expression()1062         internal Expression() { }
1063     }
1064     public partial class ExpressionConverter : System.ComponentModel.TypeConverter
1065     {
ExpressionConverter()1066         public ExpressionConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)1067         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1068         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)1069         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)1070         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
1071     }
1072     public abstract partial class Freezable : System.Windows.DependencyObject
1073     {
Freezable()1074         protected Freezable() { }
1075         public bool CanFreeze { get { throw null; } }
1076         public bool IsFrozen { get { throw null; } }
1077         public event System.EventHandler Changed { add { } remove { } }
Clone()1078         public System.Windows.Freezable Clone() { throw null; }
CloneCore(System.Windows.Freezable sourceFreezable)1079         protected virtual void CloneCore(System.Windows.Freezable sourceFreezable) { }
CloneCurrentValue()1080         public System.Windows.Freezable CloneCurrentValue() { throw null; }
CloneCurrentValueCore(System.Windows.Freezable sourceFreezable)1081         protected virtual void CloneCurrentValueCore(System.Windows.Freezable sourceFreezable) { }
CreateInstance()1082         protected System.Windows.Freezable CreateInstance() { throw null; }
CreateInstanceCore()1083         protected abstract System.Windows.Freezable CreateInstanceCore();
Freeze()1084         public void Freeze() { }
Freeze(System.Windows.Freezable freezable, bool isChecking)1085         protected static bool Freeze(System.Windows.Freezable freezable, bool isChecking) { throw null; }
FreezeCore(bool isChecking)1086         protected virtual bool FreezeCore(bool isChecking) { throw null; }
GetAsFrozen()1087         public System.Windows.Freezable GetAsFrozen() { throw null; }
GetAsFrozenCore(System.Windows.Freezable sourceFreezable)1088         protected virtual void GetAsFrozenCore(System.Windows.Freezable sourceFreezable) { }
GetCurrentValueAsFrozen()1089         public System.Windows.Freezable GetCurrentValueAsFrozen() { throw null; }
GetCurrentValueAsFrozenCore(System.Windows.Freezable sourceFreezable)1090         protected virtual void GetCurrentValueAsFrozenCore(System.Windows.Freezable sourceFreezable) { }
OnChanged()1091         protected virtual void OnChanged() { }
OnFreezablePropertyChanged(System.Windows.DependencyObject oldValue, System.Windows.DependencyObject newValue)1092         protected void OnFreezablePropertyChanged(System.Windows.DependencyObject oldValue, System.Windows.DependencyObject newValue) { }
OnFreezablePropertyChanged(System.Windows.DependencyObject oldValue, System.Windows.DependencyObject newValue, System.Windows.DependencyProperty property)1093         protected void OnFreezablePropertyChanged(System.Windows.DependencyObject oldValue, System.Windows.DependencyObject newValue, System.Windows.DependencyProperty property) { }
OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e)1094         protected override void OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) { }
ReadPreamble()1095         protected void ReadPreamble() { }
WritePostscript()1096         protected void WritePostscript() { }
WritePreamble()1097         protected void WritePreamble() { }
1098     }
1099     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Int32RectConverter))]
1100     [System.Windows.Markup.ValueSerializerAttribute(typeof(System.Windows.Converters.Int32RectValueSerializer))]
1101     [System.SerializableAttribute]
1102     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1103     public partial struct Int32Rect : System.IFormattable
1104     {
Int32RectSystem.Windows.Int32Rect1105         public Int32Rect(int x, int y, int width, int height) { throw null;}
1106         public static System.Windows.Int32Rect Empty { get { throw null; } }
1107         public int Height { get { throw null; } set { } }
1108         public bool IsEmpty { get { throw null; } }
1109         public int Width { get { throw null; } set { } }
1110         public int X { get { throw null; } set { } }
1111         public int Y { get { throw null; } set { } }
EqualsSystem.Windows.Int32Rect1112         public override bool Equals(object o) { throw null; }
EqualsSystem.Windows.Int32Rect1113         public bool Equals(System.Windows.Int32Rect value) { throw null; }
EqualsSystem.Windows.Int32Rect1114         public static bool Equals(System.Windows.Int32Rect int32Rect1, System.Windows.Int32Rect int32Rect2) { throw null; }
GetHashCodeSystem.Windows.Int32Rect1115         public override int GetHashCode() { throw null; }
operator ==System.Windows.Int32Rect1116         public static bool operator ==(System.Windows.Int32Rect int32Rect1, System.Windows.Int32Rect int32Rect2) { throw null; }
operator !=System.Windows.Int32Rect1117         public static bool operator !=(System.Windows.Int32Rect int32Rect1, System.Windows.Int32Rect int32Rect2) { throw null; }
ParseSystem.Windows.Int32Rect1118         public static System.Windows.Int32Rect Parse(string source) { throw null; }
System.IFormattable.ToStringSystem.Windows.Int32Rect1119         string System.IFormattable.ToString(string format, System.IFormatProvider provider) { throw null; }
ToStringSystem.Windows.Int32Rect1120         public override string ToString() { throw null; }
ToStringSystem.Windows.Int32Rect1121         public string ToString(System.IFormatProvider provider) { throw null; }
1122     }
1123     public sealed partial class Int32RectConverter : System.ComponentModel.TypeConverter
1124     {
Int32RectConverter()1125         public Int32RectConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)1126         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1127         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)1128         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)1129         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
1130     }
1131     public partial interface IWeakEventListener
1132     {
ReceiveWeakEvent(System.Type managerType, object sender, System.EventArgs e)1133         bool ReceiveWeakEvent(System.Type managerType, object sender, System.EventArgs e);
1134     }
1135     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1136     public partial struct LocalValueEntry
1137     {
1138         public System.Windows.DependencyProperty Property { get { throw null; } }
1139         public object Value { get { throw null; } }
EqualsSystem.Windows.LocalValueEntry1140         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.Windows.LocalValueEntry1141         public override int GetHashCode() { throw null; }
operator ==System.Windows.LocalValueEntry1142         public static bool operator ==(System.Windows.LocalValueEntry obj1, System.Windows.LocalValueEntry obj2) { throw null; }
operator !=System.Windows.LocalValueEntry1143         public static bool operator !=(System.Windows.LocalValueEntry obj1, System.Windows.LocalValueEntry obj2) { throw null; }
1144     }
1145     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1146     public partial struct LocalValueEnumerator : System.Collections.IEnumerator
1147     {
1148         public int Count { get { throw null; } }
1149         public System.Windows.LocalValueEntry Current { get { throw null; } }
1150         object System.Collections.IEnumerator.Current { get { throw null; } }
EqualsSystem.Windows.LocalValueEnumerator1151         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.Windows.LocalValueEnumerator1152         public override int GetHashCode() { throw null; }
MoveNextSystem.Windows.LocalValueEnumerator1153         public bool MoveNext() { throw null; }
operator ==System.Windows.LocalValueEnumerator1154         public static bool operator ==(System.Windows.LocalValueEnumerator obj1, System.Windows.LocalValueEnumerator obj2) { throw null; }
operator !=System.Windows.LocalValueEnumerator1155         public static bool operator !=(System.Windows.LocalValueEnumerator obj1, System.Windows.LocalValueEnumerator obj2) { throw null; }
ResetSystem.Windows.LocalValueEnumerator1156         public void Reset() { }
1157     }
1158     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.PointConverter))]
1159     [System.Windows.Markup.ValueSerializerAttribute(typeof(System.Windows.Converters.PointValueSerializer))]
1160     [System.SerializableAttribute]
1161     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1162     public partial struct Point : System.IFormattable
1163     {
PointSystem.Windows.Point1164         public Point(double x, double y) { throw null;}
1165         public double X { get { throw null; } set { } }
1166         public double Y { get { throw null; } set { } }
AddSystem.Windows.Point1167         public static System.Windows.Point Add(System.Windows.Point point, System.Windows.Vector vector) { throw null; }
EqualsSystem.Windows.Point1168         public override bool Equals(object o) { throw null; }
EqualsSystem.Windows.Point1169         public bool Equals(System.Windows.Point value) { throw null; }
EqualsSystem.Windows.Point1170         public static bool Equals(System.Windows.Point point1, System.Windows.Point point2) { throw null; }
GetHashCodeSystem.Windows.Point1171         public override int GetHashCode() { throw null; }
MultiplySystem.Windows.Point1172         public static System.Windows.Point Multiply(System.Windows.Point point, System.Windows.Media.Matrix matrix) { throw null; }
OffsetSystem.Windows.Point1173         public void Offset(double offsetX, double offsetY) { }
operator +System.Windows.Point1174         public static System.Windows.Point operator +(System.Windows.Point point, System.Windows.Vector vector) { throw null; }
operator ==System.Windows.Point1175         public static bool operator ==(System.Windows.Point point1, System.Windows.Point point2) { throw null; }
operator System.Windows.SizeSystem.Windows.Point1176         public static explicit operator System.Windows.Size (System.Windows.Point point) { throw null; }
operator System.Windows.VectorSystem.Windows.Point1177         public static explicit operator System.Windows.Vector (System.Windows.Point point) { throw null; }
operator !=System.Windows.Point1178         public static bool operator !=(System.Windows.Point point1, System.Windows.Point point2) { throw null; }
operator *System.Windows.Point1179         public static System.Windows.Point operator *(System.Windows.Point point, System.Windows.Media.Matrix matrix) { throw null; }
operator -System.Windows.Point1180         public static System.Windows.Vector operator -(System.Windows.Point point1, System.Windows.Point point2) { throw null; }
operator -System.Windows.Point1181         public static System.Windows.Point operator -(System.Windows.Point point, System.Windows.Vector vector) { throw null; }
ParseSystem.Windows.Point1182         public static System.Windows.Point Parse(string source) { throw null; }
SubtractSystem.Windows.Point1183         public static System.Windows.Vector Subtract(System.Windows.Point point1, System.Windows.Point point2) { throw null; }
SubtractSystem.Windows.Point1184         public static System.Windows.Point Subtract(System.Windows.Point point, System.Windows.Vector vector) { throw null; }
System.IFormattable.ToStringSystem.Windows.Point1185         string System.IFormattable.ToString(string format, System.IFormatProvider formatProvider) { throw null; }
ToStringSystem.Windows.Point1186         public override string ToString() { throw null; }
ToStringSystem.Windows.Point1187         public string ToString(System.IFormatProvider provider) { throw null; }
1188     }
1189     public sealed partial class PointConverter : System.ComponentModel.TypeConverter
1190     {
PointConverter()1191         public PointConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)1192         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1193         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)1194         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)1195         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
1196     }
PropertyChangedCallback(System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e)1197     public delegate void PropertyChangedCallback(System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e);
1198     public partial class PropertyMetadata
1199     {
PropertyMetadata()1200         public PropertyMetadata() { }
PropertyMetadata(object defaultValue)1201         public PropertyMetadata(object defaultValue) { }
PropertyMetadata(object defaultValue, System.Windows.PropertyChangedCallback propertyChangedCallback)1202         public PropertyMetadata(object defaultValue, System.Windows.PropertyChangedCallback propertyChangedCallback) { }
PropertyMetadata(object defaultValue, System.Windows.PropertyChangedCallback propertyChangedCallback, System.Windows.CoerceValueCallback coerceValueCallback)1203         public PropertyMetadata(object defaultValue, System.Windows.PropertyChangedCallback propertyChangedCallback, System.Windows.CoerceValueCallback coerceValueCallback) { }
PropertyMetadata(System.Windows.PropertyChangedCallback propertyChangedCallback)1204         public PropertyMetadata(System.Windows.PropertyChangedCallback propertyChangedCallback) { }
1205         public System.Windows.CoerceValueCallback CoerceValueCallback { get { throw null; } set { } }
1206         public object DefaultValue { get { throw null; } set { } }
1207         protected bool IsSealed { get { throw null; } }
1208         public System.Windows.PropertyChangedCallback PropertyChangedCallback { get { throw null; } set { } }
Merge(System.Windows.PropertyMetadata baseMetadata, System.Windows.DependencyProperty dp)1209         protected virtual void Merge(System.Windows.PropertyMetadata baseMetadata, System.Windows.DependencyProperty dp) { }
OnApply(System.Windows.DependencyProperty dp, System.Type targetType)1210         protected virtual void OnApply(System.Windows.DependencyProperty dp, System.Type targetType) { }
1211     }
1212     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.RectConverter))]
1213     [System.Windows.Markup.ValueSerializerAttribute(typeof(System.Windows.Converters.RectValueSerializer))]
1214     [System.SerializableAttribute]
1215     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1216     public partial struct Rect : System.IFormattable
1217     {
RectSystem.Windows.Rect1218         public Rect(double x, double y, double width, double height) { throw null;}
RectSystem.Windows.Rect1219         public Rect(System.Windows.Point point1, System.Windows.Point point2) { throw null;}
RectSystem.Windows.Rect1220         public Rect(System.Windows.Point location, System.Windows.Size size) { throw null;}
RectSystem.Windows.Rect1221         public Rect(System.Windows.Point point, System.Windows.Vector vector) { throw null;}
RectSystem.Windows.Rect1222         public Rect(System.Windows.Size size) { throw null;}
1223         public double Bottom { get { throw null; } }
1224         public System.Windows.Point BottomLeft { get { throw null; } }
1225         public System.Windows.Point BottomRight { get { throw null; } }
1226         public static System.Windows.Rect Empty { get { throw null; } }
1227         public double Height { get { throw null; } set { } }
1228         public bool IsEmpty { get { throw null; } }
1229         public double Left { get { throw null; } }
1230         public System.Windows.Point Location { get { throw null; } set { } }
1231         public double Right { get { throw null; } }
1232         public System.Windows.Size Size { get { throw null; } set { } }
1233         public double Top { get { throw null; } }
1234         public System.Windows.Point TopLeft { get { throw null; } }
1235         public System.Windows.Point TopRight { get { throw null; } }
1236         public double Width { get { throw null; } set { } }
1237         public double X { get { throw null; } set { } }
1238         public double Y { get { throw null; } set { } }
ContainsSystem.Windows.Rect1239         public bool Contains(double x, double y) { throw null; }
ContainsSystem.Windows.Rect1240         public bool Contains(System.Windows.Point point) { throw null; }
ContainsSystem.Windows.Rect1241         public bool Contains(System.Windows.Rect rect) { throw null; }
EqualsSystem.Windows.Rect1242         public override bool Equals(object o) { throw null; }
EqualsSystem.Windows.Rect1243         public bool Equals(System.Windows.Rect value) { throw null; }
EqualsSystem.Windows.Rect1244         public static bool Equals(System.Windows.Rect rect1, System.Windows.Rect rect2) { throw null; }
GetHashCodeSystem.Windows.Rect1245         public override int GetHashCode() { throw null; }
InflateSystem.Windows.Rect1246         public void Inflate(double width, double height) { }
InflateSystem.Windows.Rect1247         public static System.Windows.Rect Inflate(System.Windows.Rect rect, double width, double height) { throw null; }
InflateSystem.Windows.Rect1248         public static System.Windows.Rect Inflate(System.Windows.Rect rect, System.Windows.Size size) { throw null; }
InflateSystem.Windows.Rect1249         public void Inflate(System.Windows.Size size) { }
IntersectSystem.Windows.Rect1250         public void Intersect(System.Windows.Rect rect) { }
IntersectSystem.Windows.Rect1251         public static System.Windows.Rect Intersect(System.Windows.Rect rect1, System.Windows.Rect rect2) { throw null; }
IntersectsWithSystem.Windows.Rect1252         public bool IntersectsWith(System.Windows.Rect rect) { throw null; }
OffsetSystem.Windows.Rect1253         public void Offset(double offsetX, double offsetY) { }
OffsetSystem.Windows.Rect1254         public static System.Windows.Rect Offset(System.Windows.Rect rect, double offsetX, double offsetY) { throw null; }
OffsetSystem.Windows.Rect1255         public static System.Windows.Rect Offset(System.Windows.Rect rect, System.Windows.Vector offsetVector) { throw null; }
OffsetSystem.Windows.Rect1256         public void Offset(System.Windows.Vector offsetVector) { }
operator ==System.Windows.Rect1257         public static bool operator ==(System.Windows.Rect rect1, System.Windows.Rect rect2) { throw null; }
operator !=System.Windows.Rect1258         public static bool operator !=(System.Windows.Rect rect1, System.Windows.Rect rect2) { throw null; }
ParseSystem.Windows.Rect1259         public static System.Windows.Rect Parse(string source) { throw null; }
ScaleSystem.Windows.Rect1260         public void Scale(double scaleX, double scaleY) { }
System.IFormattable.ToStringSystem.Windows.Rect1261         string System.IFormattable.ToString(string format, System.IFormatProvider provider) { throw null; }
ToStringSystem.Windows.Rect1262         public override string ToString() { throw null; }
ToStringSystem.Windows.Rect1263         public string ToString(System.IFormatProvider provider) { throw null; }
TransformSystem.Windows.Rect1264         public void Transform(System.Windows.Media.Matrix matrix) { }
TransformSystem.Windows.Rect1265         public static System.Windows.Rect Transform(System.Windows.Rect rect, System.Windows.Media.Matrix matrix) { throw null; }
UnionSystem.Windows.Rect1266         public void Union(System.Windows.Point point) { }
UnionSystem.Windows.Rect1267         public void Union(System.Windows.Rect rect) { }
UnionSystem.Windows.Rect1268         public static System.Windows.Rect Union(System.Windows.Rect rect, System.Windows.Point point) { throw null; }
UnionSystem.Windows.Rect1269         public static System.Windows.Rect Union(System.Windows.Rect rect1, System.Windows.Rect rect2) { throw null; }
1270     }
1271     public sealed partial class RectConverter : System.ComponentModel.TypeConverter
1272     {
RectConverter()1273         public RectConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)1274         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1275         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)1276         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)1277         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
1278     }
1279     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.SizeConverter))]
1280     [System.Windows.Markup.ValueSerializerAttribute(typeof(System.Windows.Converters.SizeValueSerializer))]
1281     [System.SerializableAttribute]
1282     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1283     public partial struct Size : System.IFormattable
1284     {
SizeSystem.Windows.Size1285         public Size(double width, double height) { throw null;}
1286         public static System.Windows.Size Empty { get { throw null; } }
1287         public double Height { get { throw null; } set { } }
1288         public bool IsEmpty { get { throw null; } }
1289         public double Width { get { throw null; } set { } }
EqualsSystem.Windows.Size1290         public override bool Equals(object o) { throw null; }
EqualsSystem.Windows.Size1291         public bool Equals(System.Windows.Size value) { throw null; }
EqualsSystem.Windows.Size1292         public static bool Equals(System.Windows.Size size1, System.Windows.Size size2) { throw null; }
GetHashCodeSystem.Windows.Size1293         public override int GetHashCode() { throw null; }
operator ==System.Windows.Size1294         public static bool operator ==(System.Windows.Size size1, System.Windows.Size size2) { throw null; }
operator System.Windows.PointSystem.Windows.Size1295         public static explicit operator System.Windows.Point (System.Windows.Size size) { throw null; }
operator System.Windows.VectorSystem.Windows.Size1296         public static explicit operator System.Windows.Vector (System.Windows.Size size) { throw null; }
operator !=System.Windows.Size1297         public static bool operator !=(System.Windows.Size size1, System.Windows.Size size2) { throw null; }
ParseSystem.Windows.Size1298         public static System.Windows.Size Parse(string source) { throw null; }
System.IFormattable.ToStringSystem.Windows.Size1299         string System.IFormattable.ToString(string format, System.IFormatProvider provider) { throw null; }
ToStringSystem.Windows.Size1300         public override string ToString() { throw null; }
ToStringSystem.Windows.Size1301         public string ToString(System.IFormatProvider provider) { throw null; }
1302     }
1303     public sealed partial class SizeConverter : System.ComponentModel.TypeConverter
1304     {
SizeConverter()1305         public SizeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)1306         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1307         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)1308         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)1309         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
1310     }
1311     public partial class SplashScreen
1312     {
1313         [System.Security.SecurityCriticalAttribute]
SplashScreen(System.Reflection.Assembly resourceAssembly, string resourceName)1314         public SplashScreen(System.Reflection.Assembly resourceAssembly, string resourceName) { }
SplashScreen(string resourceName)1315         public SplashScreen(string resourceName) { }
1316         [System.Security.SecurityCriticalAttribute]
Close(System.TimeSpan fadeoutDuration)1317         public void Close(System.TimeSpan fadeoutDuration) { }
1318         [System.Security.SecurityCriticalAttribute]
Show(bool autoClose)1319         public void Show(bool autoClose) { }
1320     }
ValidateValueCallback(object value)1321     public delegate bool ValidateValueCallback(object value);
1322     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.VectorConverter))]
1323     [System.Windows.Markup.ValueSerializerAttribute(typeof(System.Windows.Converters.VectorValueSerializer))]
1324     [System.SerializableAttribute]
1325     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1326     public partial struct Vector : System.IFormattable
1327     {
VectorSystem.Windows.Vector1328         public Vector(double x, double y) { throw null;}
1329         public double Length { get { throw null; } }
1330         public double LengthSquared { get { throw null; } }
1331         public double X { get { throw null; } set { } }
1332         public double Y { get { throw null; } set { } }
AddSystem.Windows.Vector1333         public static System.Windows.Point Add(System.Windows.Vector vector, System.Windows.Point point) { throw null; }
AddSystem.Windows.Vector1334         public static System.Windows.Vector Add(System.Windows.Vector vector1, System.Windows.Vector vector2) { throw null; }
AngleBetweenSystem.Windows.Vector1335         public static double AngleBetween(System.Windows.Vector vector1, System.Windows.Vector vector2) { throw null; }
CrossProductSystem.Windows.Vector1336         public static double CrossProduct(System.Windows.Vector vector1, System.Windows.Vector vector2) { throw null; }
DeterminantSystem.Windows.Vector1337         public static double Determinant(System.Windows.Vector vector1, System.Windows.Vector vector2) { throw null; }
DivideSystem.Windows.Vector1338         public static System.Windows.Vector Divide(System.Windows.Vector vector, double scalar) { throw null; }
EqualsSystem.Windows.Vector1339         public override bool Equals(object o) { throw null; }
EqualsSystem.Windows.Vector1340         public bool Equals(System.Windows.Vector value) { throw null; }
EqualsSystem.Windows.Vector1341         public static bool Equals(System.Windows.Vector vector1, System.Windows.Vector vector2) { throw null; }
GetHashCodeSystem.Windows.Vector1342         public override int GetHashCode() { throw null; }
MultiplySystem.Windows.Vector1343         public static System.Windows.Vector Multiply(double scalar, System.Windows.Vector vector) { throw null; }
MultiplySystem.Windows.Vector1344         public static System.Windows.Vector Multiply(System.Windows.Vector vector, double scalar) { throw null; }
MultiplySystem.Windows.Vector1345         public static System.Windows.Vector Multiply(System.Windows.Vector vector, System.Windows.Media.Matrix matrix) { throw null; }
MultiplySystem.Windows.Vector1346         public static double Multiply(System.Windows.Vector vector1, System.Windows.Vector vector2) { throw null; }
NegateSystem.Windows.Vector1347         public void Negate() { }
NormalizeSystem.Windows.Vector1348         public void Normalize() { }
operator +System.Windows.Vector1349         public static System.Windows.Point operator +(System.Windows.Vector vector, System.Windows.Point point) { throw null; }
operator +System.Windows.Vector1350         public static System.Windows.Vector operator +(System.Windows.Vector vector1, System.Windows.Vector vector2) { throw null; }
operator /System.Windows.Vector1351         public static System.Windows.Vector operator /(System.Windows.Vector vector, double scalar) { throw null; }
operator ==System.Windows.Vector1352         public static bool operator ==(System.Windows.Vector vector1, System.Windows.Vector vector2) { throw null; }
operator System.Windows.PointSystem.Windows.Vector1353         public static explicit operator System.Windows.Point (System.Windows.Vector vector) { throw null; }
operator System.Windows.SizeSystem.Windows.Vector1354         public static explicit operator System.Windows.Size (System.Windows.Vector vector) { throw null; }
operator !=System.Windows.Vector1355         public static bool operator !=(System.Windows.Vector vector1, System.Windows.Vector vector2) { throw null; }
operator *System.Windows.Vector1356         public static System.Windows.Vector operator *(double scalar, System.Windows.Vector vector) { throw null; }
operator *System.Windows.Vector1357         public static System.Windows.Vector operator *(System.Windows.Vector vector, double scalar) { throw null; }
operator *System.Windows.Vector1358         public static System.Windows.Vector operator *(System.Windows.Vector vector, System.Windows.Media.Matrix matrix) { throw null; }
operator *System.Windows.Vector1359         public static double operator *(System.Windows.Vector vector1, System.Windows.Vector vector2) { throw null; }
operator -System.Windows.Vector1360         public static System.Windows.Vector operator -(System.Windows.Vector vector1, System.Windows.Vector vector2) { throw null; }
operator -System.Windows.Vector1361         public static System.Windows.Vector operator -(System.Windows.Vector vector) { throw null; }
ParseSystem.Windows.Vector1362         public static System.Windows.Vector Parse(string source) { throw null; }
SubtractSystem.Windows.Vector1363         public static System.Windows.Vector Subtract(System.Windows.Vector vector1, System.Windows.Vector vector2) { throw null; }
System.IFormattable.ToStringSystem.Windows.Vector1364         string System.IFormattable.ToString(string format, System.IFormatProvider formatProvider) { throw null; }
ToStringSystem.Windows.Vector1365         public override string ToString() { throw null; }
ToStringSystem.Windows.Vector1366         public string ToString(System.IFormatProvider provider) { throw null; }
1367     }
1368     public sealed partial class VectorConverter : System.ComponentModel.TypeConverter
1369     {
VectorConverter()1370         public VectorConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)1371         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1372         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)1373         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)1374         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
1375     }
1376     public abstract partial class WeakEventManager : System.Windows.Threading.DispatcherObject
1377     {
WeakEventManager()1378         protected WeakEventManager() { }
1379         protected object this[object source] { get { throw null; } set { } }
1380         protected System.IDisposable ReadLock { get { throw null; } }
1381         protected System.IDisposable WriteLock { get { throw null; } }
DeliverEvent(object sender, System.EventArgs args)1382         protected void DeliverEvent(object sender, System.EventArgs args) { }
DeliverEventToList(object sender, System.EventArgs args, System.Windows.WeakEventManager.ListenerList list)1383         protected void DeliverEventToList(object sender, System.EventArgs args, System.Windows.WeakEventManager.ListenerList list) { }
GetCurrentManager(System.Type managerType)1384         protected static System.Windows.WeakEventManager GetCurrentManager(System.Type managerType) { throw null; }
ProtectedAddListener(object source, System.Windows.IWeakEventListener listener)1385         protected void ProtectedAddListener(object source, System.Windows.IWeakEventListener listener) { }
ProtectedRemoveListener(object source, System.Windows.IWeakEventListener listener)1386         protected void ProtectedRemoveListener(object source, System.Windows.IWeakEventListener listener) { }
Purge(object source, object data, bool purgeAll)1387         protected virtual bool Purge(object source, object data, bool purgeAll) { throw null; }
Remove(object source)1388         protected void Remove(object source) { }
ScheduleCleanup()1389         protected void ScheduleCleanup() { }
SetCurrentManager(System.Type managerType, System.Windows.WeakEventManager manager)1390         protected static void SetCurrentManager(System.Type managerType, System.Windows.WeakEventManager manager) { }
StartListening(object source)1391         protected abstract void StartListening(object source);
StopListening(object source)1392         protected abstract void StopListening(object source);
1393         protected partial class ListenerList
1394         {
ListenerList()1395             public ListenerList() { }
ListenerList(int capacity)1396             public ListenerList(int capacity) { }
1397             public int Count { get { throw null; } }
1398             public static System.Windows.WeakEventManager.ListenerList Empty { get { throw null; } }
1399             public bool IsEmpty { get { throw null; } }
1400             public System.Windows.IWeakEventListener this[int index] { get { throw null; } }
Add(System.Windows.IWeakEventListener listener)1401             public void Add(System.Windows.IWeakEventListener listener) { }
BeginUse()1402             public bool BeginUse() { throw null; }
Clone()1403             public System.Windows.WeakEventManager.ListenerList Clone() { throw null; }
EndUse()1404             public void EndUse() { }
PrepareForWriting(ref System.Windows.WeakEventManager.ListenerList list)1405             public static bool PrepareForWriting(ref System.Windows.WeakEventManager.ListenerList list) { throw null; }
Purge()1406             public bool Purge() { throw null; }
Remove(System.Windows.IWeakEventListener listener)1407             public void Remove(System.Windows.IWeakEventListener listener) { }
1408         }
1409     }
1410 }
1411 namespace System.Windows.Converters
1412 {
1413     public partial class Int32RectValueSerializer : System.Windows.Markup.ValueSerializer
1414     {
Int32RectValueSerializer()1415         public Int32RectValueSerializer() { }
CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)1416         public override bool CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)1417         public override bool CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)1418         public override object ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)1419         public override string ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
1420     }
1421     public partial class PointValueSerializer : System.Windows.Markup.ValueSerializer
1422     {
PointValueSerializer()1423         public PointValueSerializer() { }
CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)1424         public override bool CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)1425         public override bool CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)1426         public override object ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)1427         public override string ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
1428     }
1429     public partial class RectValueSerializer : System.Windows.Markup.ValueSerializer
1430     {
RectValueSerializer()1431         public RectValueSerializer() { }
CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)1432         public override bool CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)1433         public override bool CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)1434         public override object ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)1435         public override string ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
1436     }
1437     public partial class SizeValueSerializer : System.Windows.Markup.ValueSerializer
1438     {
SizeValueSerializer()1439         public SizeValueSerializer() { }
CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)1440         public override bool CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)1441         public override bool CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)1442         public override object ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)1443         public override string ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
1444     }
1445     public partial class VectorValueSerializer : System.Windows.Markup.ValueSerializer
1446     {
VectorValueSerializer()1447         public VectorValueSerializer() { }
CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)1448         public override bool CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)1449         public override bool CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)1450         public override object ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)1451         public override string ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
1452     }
1453 }
1454 namespace System.Windows.Data
1455 {
1456     public abstract partial class DataSourceProvider : System.ComponentModel.INotifyPropertyChanged, System.ComponentModel.ISupportInitialize
1457     {
DataSourceProvider()1458         protected DataSourceProvider() { }
1459         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1460         public object Data { get { throw null; } }
1461         protected System.Windows.Threading.Dispatcher Dispatcher { get { throw null; } set { } }
1462         public System.Exception Error { get { throw null; } }
1463         [System.ComponentModel.DefaultValueAttribute(true)]
1464         public bool IsInitialLoadEnabled { get { throw null; } set { } }
1465         protected bool IsRefreshDeferred { get { throw null; } }
1466         public event System.EventHandler DataChanged { add { } remove { } }
1467         protected virtual event System.ComponentModel.PropertyChangedEventHandler PropertyChanged { add { } remove { } }
1468         event System.ComponentModel.PropertyChangedEventHandler System.ComponentModel.INotifyPropertyChanged.PropertyChanged { add { } remove { } }
BeginInit()1469         protected virtual void BeginInit() { }
BeginQuery()1470         protected virtual void BeginQuery() { }
DeferRefresh()1471         public virtual System.IDisposable DeferRefresh() { throw null; }
EndInit()1472         protected virtual void EndInit() { }
InitialLoad()1473         public void InitialLoad() { }
OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs e)1474         protected virtual void OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs e) { }
OnQueryFinished(object newData)1475         protected void OnQueryFinished(object newData) { }
OnQueryFinished(object newData, System.Exception error, System.Windows.Threading.DispatcherOperationCallback completionWork, object callbackArguments)1476         protected virtual void OnQueryFinished(object newData, System.Exception error, System.Windows.Threading.DispatcherOperationCallback completionWork, object callbackArguments) { }
Refresh()1477         public void Refresh() { }
System.ComponentModel.ISupportInitialize.BeginInit()1478         void System.ComponentModel.ISupportInitialize.BeginInit() { }
System.ComponentModel.ISupportInitialize.EndInit()1479         void System.ComponentModel.ISupportInitialize.EndInit() { }
1480     }
1481 }
1482 namespace System.Windows.Input
1483 {
1484     public enum FocusNavigationDirection
1485     {
1486         Down = 7,
1487         First = 2,
1488         Last = 3,
1489         Left = 4,
1490         Next = 0,
1491         Previous = 1,
1492         Right = 5,
1493         Up = 6,
1494     }
1495     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Input.KeyConverter))]
1496     [System.Windows.Markup.ValueSerializerAttribute(typeof(System.Windows.Input.KeyValueSerializer))]
1497     public enum Key
1498     {
1499         A = 44,
1500         AbntC1 = 147,
1501         AbntC2 = 148,
1502         Add = 85,
1503         Apps = 72,
1504         Attn = 163,
1505         B = 45,
1506         Back = 2,
1507         BrowserBack = 122,
1508         BrowserFavorites = 127,
1509         BrowserForward = 123,
1510         BrowserHome = 128,
1511         BrowserRefresh = 124,
1512         BrowserSearch = 126,
1513         BrowserStop = 125,
1514         C = 46,
1515         Cancel = 1,
1516         Capital = 8,
1517         CapsLock = 8,
1518         Clear = 5,
1519         CrSel = 164,
1520         D = 47,
1521         D0 = 34,
1522         D1 = 35,
1523         D2 = 36,
1524         D3 = 37,
1525         D4 = 38,
1526         D5 = 39,
1527         D6 = 40,
1528         D7 = 41,
1529         D8 = 42,
1530         D9 = 43,
1531         DbeAlphanumeric = 157,
1532         DbeCodeInput = 167,
1533         DbeDbcsChar = 161,
1534         DbeDetermineString = 169,
1535         DbeEnterDialogConversionMode = 170,
1536         DbeEnterImeConfigureMode = 165,
1537         DbeEnterWordRegisterMode = 164,
1538         DbeFlushString = 166,
1539         DbeHiragana = 159,
1540         DbeKatakana = 158,
1541         DbeNoCodeInput = 168,
1542         DbeNoRoman = 163,
1543         DbeRoman = 162,
1544         DbeSbcsChar = 160,
1545         DeadCharProcessed = 172,
1546         Decimal = 88,
1547         Delete = 32,
1548         Divide = 89,
1549         Down = 26,
1550         E = 48,
1551         End = 21,
1552         Enter = 6,
1553         EraseEof = 166,
1554         Escape = 13,
1555         Execute = 29,
1556         ExSel = 165,
1557         F = 49,
1558         F1 = 90,
1559         F10 = 99,
1560         F11 = 100,
1561         F12 = 101,
1562         F13 = 102,
1563         F14 = 103,
1564         F15 = 104,
1565         F16 = 105,
1566         F17 = 106,
1567         F18 = 107,
1568         F19 = 108,
1569         F2 = 91,
1570         F20 = 109,
1571         F21 = 110,
1572         F22 = 111,
1573         F23 = 112,
1574         F24 = 113,
1575         F3 = 92,
1576         F4 = 93,
1577         F5 = 94,
1578         F6 = 95,
1579         F7 = 96,
1580         F8 = 97,
1581         F9 = 98,
1582         FinalMode = 11,
1583         G = 50,
1584         H = 51,
1585         HangulMode = 9,
1586         HanjaMode = 12,
1587         Help = 33,
1588         Home = 22,
1589         I = 52,
1590         ImeAccept = 16,
1591         ImeConvert = 14,
1592         ImeModeChange = 17,
1593         ImeNonConvert = 15,
1594         ImeProcessed = 155,
1595         Insert = 31,
1596         J = 53,
1597         JunjaMode = 10,
1598         K = 54,
1599         KanaMode = 9,
1600         KanjiMode = 12,
1601         L = 55,
1602         LaunchApplication1 = 138,
1603         LaunchApplication2 = 139,
1604         LaunchMail = 136,
1605         Left = 23,
1606         LeftAlt = 120,
1607         LeftCtrl = 118,
1608         LeftShift = 116,
1609         LineFeed = 4,
1610         LWin = 70,
1611         M = 56,
1612         MediaNextTrack = 132,
1613         MediaPlayPause = 135,
1614         MediaPreviousTrack = 133,
1615         MediaStop = 134,
1616         Multiply = 84,
1617         N = 57,
1618         Next = 20,
1619         NoName = 169,
1620         None = 0,
1621         NumLock = 114,
1622         NumPad0 = 74,
1623         NumPad1 = 75,
1624         NumPad2 = 76,
1625         NumPad3 = 77,
1626         NumPad4 = 78,
1627         NumPad5 = 79,
1628         NumPad6 = 80,
1629         NumPad7 = 81,
1630         NumPad8 = 82,
1631         NumPad9 = 83,
1632         O = 58,
1633         Oem1 = 140,
1634         Oem102 = 154,
1635         Oem2 = 145,
1636         Oem3 = 146,
1637         Oem4 = 149,
1638         Oem5 = 150,
1639         Oem6 = 151,
1640         Oem7 = 152,
1641         Oem8 = 153,
1642         OemAttn = 157,
1643         OemAuto = 160,
1644         OemBackslash = 154,
1645         OemBackTab = 162,
1646         OemClear = 171,
1647         OemCloseBrackets = 151,
1648         OemComma = 142,
1649         OemCopy = 159,
1650         OemEnlw = 161,
1651         OemFinish = 158,
1652         OemMinus = 143,
1653         OemOpenBrackets = 149,
1654         OemPeriod = 144,
1655         OemPipe = 150,
1656         OemPlus = 141,
1657         OemQuestion = 145,
1658         OemQuotes = 152,
1659         OemSemicolon = 140,
1660         OemTilde = 146,
1661         P = 59,
1662         Pa1 = 170,
1663         PageDown = 20,
1664         PageUp = 19,
1665         Pause = 7,
1666         Play = 167,
1667         Print = 28,
1668         PrintScreen = 30,
1669         Prior = 19,
1670         Q = 60,
1671         R = 61,
1672         Return = 6,
1673         Right = 25,
1674         RightAlt = 121,
1675         RightCtrl = 119,
1676         RightShift = 117,
1677         RWin = 71,
1678         S = 62,
1679         Scroll = 115,
1680         Select = 27,
1681         SelectMedia = 137,
1682         Separator = 86,
1683         Sleep = 73,
1684         Snapshot = 30,
1685         Space = 18,
1686         Subtract = 87,
1687         System = 156,
1688         T = 63,
1689         Tab = 3,
1690         U = 64,
1691         Up = 24,
1692         V = 65,
1693         VolumeDown = 130,
1694         VolumeMute = 129,
1695         VolumeUp = 131,
1696         W = 66,
1697         X = 67,
1698         Y = 68,
1699         Z = 69,
1700         Zoom = 168,
1701     }
1702     public partial class KeyConverter : System.ComponentModel.TypeConverter
1703     {
KeyConverter()1704         public KeyConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)1705         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1706         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object source)1707         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object source) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)1708         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
1709     }
1710     public static partial class KeyInterop
1711     {
KeyFromVirtualKey(int virtualKey)1712         public static System.Windows.Input.Key KeyFromVirtualKey(int virtualKey) { throw null; }
VirtualKeyFromKey(System.Windows.Input.Key key)1713         public static int VirtualKeyFromKey(System.Windows.Input.Key key) { throw null; }
1714     }
1715     public partial class KeyValueSerializer : System.Windows.Markup.ValueSerializer
1716     {
KeyValueSerializer()1717         public KeyValueSerializer() { }
CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)1718         public override bool CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)1719         public override bool CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)1720         public override object ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)1721         public override string ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
1722     }
1723     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Input.ModifierKeysConverter))]
1724     [System.FlagsAttribute]
1725     [System.Windows.Markup.ValueSerializerAttribute(typeof(System.Windows.Input.ModifierKeysValueSerializer))]
1726     public enum ModifierKeys
1727     {
1728         Alt = 1,
1729         Control = 2,
1730         None = 0,
1731         Shift = 4,
1732         Windows = 8,
1733     }
1734     public partial class ModifierKeysConverter : System.ComponentModel.TypeConverter
1735     {
ModifierKeysConverter()1736         public ModifierKeysConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)1737         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1738         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object source)1739         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object source) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)1740         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
IsDefinedModifierKeys(System.Windows.Input.ModifierKeys modifierKeys)1741         public static bool IsDefinedModifierKeys(System.Windows.Input.ModifierKeys modifierKeys) { throw null; }
1742     }
1743     public partial class ModifierKeysValueSerializer : System.Windows.Markup.ValueSerializer
1744     {
ModifierKeysValueSerializer()1745         public ModifierKeysValueSerializer() { }
CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)1746         public override bool CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)1747         public override bool CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)1748         public override object ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)1749         public override string ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
1750     }
1751     public partial class TraversalRequest
1752     {
TraversalRequest(System.Windows.Input.FocusNavigationDirection focusNavigationDirection)1753         public TraversalRequest(System.Windows.Input.FocusNavigationDirection focusNavigationDirection) { }
1754         public System.Windows.Input.FocusNavigationDirection FocusNavigationDirection { get { throw null; } }
1755         public bool Wrapped { get { throw null; } set { } }
1756     }
1757 }
1758 namespace System.Windows.Interop
1759 {
1760     public static partial class ComponentDispatcher
1761     {
1762         public static System.Windows.Interop.MSG CurrentKeyboardMessage { [System.Security.SecurityCriticalAttribute]get { throw null; } }
1763         public static bool IsThreadModal { [System.Security.SecurityCriticalAttribute]get { throw null; } }
1764         public static event System.EventHandler EnterThreadModal { add { } remove { } }
1765         public static event System.EventHandler LeaveThreadModal { add { } remove { } }
1766         public static event System.Windows.Interop.ThreadMessageEventHandler ThreadFilterMessage { add { } remove { } }
1767         public static event System.EventHandler ThreadIdle { add { } remove { } }
1768         public static event System.Windows.Interop.ThreadMessageEventHandler ThreadPreprocessMessage { add { } remove { } }
1769         [System.Security.SecurityCriticalAttribute]
PopModal()1770         public static void PopModal() { }
1771         [System.Security.SecurityCriticalAttribute]
PushModal()1772         public static void PushModal() { }
1773         [System.Security.SecurityCriticalAttribute]
RaiseIdle()1774         public static void RaiseIdle() { }
1775         [System.Security.SecurityCriticalAttribute]
RaiseThreadMessage(ref System.Windows.Interop.MSG msg)1776         public static bool RaiseThreadMessage(ref System.Windows.Interop.MSG msg) { throw null; }
1777     }
1778     public partial interface IKeyboardInputSink
1779     {
1780         System.Windows.Interop.IKeyboardInputSite KeyboardInputSite { get; [System.Security.SecurityCriticalAttribute]set; }
HasFocusWithin()1781         bool HasFocusWithin();
1782         [System.Security.SecurityCriticalAttribute]
OnMnemonic(ref System.Windows.Interop.MSG msg, System.Windows.Input.ModifierKeys modifiers)1783         bool OnMnemonic(ref System.Windows.Interop.MSG msg, System.Windows.Input.ModifierKeys modifiers);
1784         [System.Security.SecurityCriticalAttribute]
RegisterKeyboardInputSink(System.Windows.Interop.IKeyboardInputSink sink)1785         System.Windows.Interop.IKeyboardInputSite RegisterKeyboardInputSink(System.Windows.Interop.IKeyboardInputSink sink);
TabInto(System.Windows.Input.TraversalRequest request)1786         bool TabInto(System.Windows.Input.TraversalRequest request);
1787         [System.Security.SecurityCriticalAttribute]
TranslateAccelerator(ref System.Windows.Interop.MSG msg, System.Windows.Input.ModifierKeys modifiers)1788         bool TranslateAccelerator(ref System.Windows.Interop.MSG msg, System.Windows.Input.ModifierKeys modifiers);
1789         [System.Security.SecurityCriticalAttribute]
TranslateChar(ref System.Windows.Interop.MSG msg, System.Windows.Input.ModifierKeys modifiers)1790         bool TranslateChar(ref System.Windows.Interop.MSG msg, System.Windows.Input.ModifierKeys modifiers);
1791     }
1792     public partial interface IKeyboardInputSite
1793     {
1794         System.Windows.Interop.IKeyboardInputSink Sink { get; }
OnNoMoreTabStops(System.Windows.Input.TraversalRequest request)1795         bool OnNoMoreTabStops(System.Windows.Input.TraversalRequest request);
1796         [System.Security.SecurityCriticalAttribute]
Unregister()1797         void Unregister();
1798     }
1799     [System.SerializableAttribute]
1800     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
1801     public partial struct MSG
1802     {
1803         public System.IntPtr hwnd { [System.Security.SecurityCriticalAttribute]get { throw null; } [System.Security.SecurityCriticalAttribute]set { } }
1804         public System.IntPtr lParam { [System.Security.SecurityCriticalAttribute]get { throw null; } [System.Security.SecurityCriticalAttribute]set { } }
1805         public int message { [System.Security.SecurityCriticalAttribute]get { throw null; } [System.Security.SecurityCriticalAttribute]set { } }
1806         public int pt_x { [System.Security.SecurityCriticalAttribute]get { throw null; } [System.Security.SecurityCriticalAttribute]set { } }
1807         public int pt_y { [System.Security.SecurityCriticalAttribute]get { throw null; } [System.Security.SecurityCriticalAttribute]set { } }
1808         public int time { [System.Security.SecurityCriticalAttribute]get { throw null; } [System.Security.SecurityCriticalAttribute]set { } }
1809         public System.IntPtr wParam { [System.Security.SecurityCriticalAttribute]get { throw null; } [System.Security.SecurityCriticalAttribute]set { } }
1810     }
ThreadMessageEventHandler(ref System.Windows.Interop.MSG msg, ref bool handled)1811     public delegate void ThreadMessageEventHandler(ref System.Windows.Interop.MSG msg, ref bool handled);
1812 }
1813 namespace System.Windows.Markup
1814 {
1815     [System.FlagsAttribute]
1816     public enum DesignerSerializationOptions
1817     {
1818         SerializeAsAttribute = 1,
1819     }
1820     [System.AttributeUsageAttribute((System.AttributeTargets)(448), AllowMultiple=false)]
1821     public sealed partial class DesignerSerializationOptionsAttribute : System.Attribute
1822     {
DesignerSerializationOptionsAttribute(System.Windows.Markup.DesignerSerializationOptions designerSerializationOptions)1823         public DesignerSerializationOptionsAttribute(System.Windows.Markup.DesignerSerializationOptions designerSerializationOptions) { }
1824         public System.Windows.Markup.DesignerSerializationOptions DesignerSerializationOptions { get { throw null; } }
1825     }
1826     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1827     public abstract partial class InternalTypeHelper
1828     {
InternalTypeHelper()1829         protected InternalTypeHelper() { }
AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler)1830         protected internal abstract void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler);
CreateDelegate(System.Type delegateType, object target, string handler)1831         protected internal abstract System.Delegate CreateDelegate(System.Type delegateType, object target, string handler);
CreateInstance(System.Type type, System.Globalization.CultureInfo culture)1832         protected internal abstract object CreateInstance(System.Type type, System.Globalization.CultureInfo culture);
GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture)1833         protected internal abstract object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture);
SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture)1834         protected internal abstract void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture);
1835     }
1836     public partial interface IReceiveMarkupExtension
1837     {
ReceiveMarkupExtension(string property, System.Windows.Markup.MarkupExtension markupExtension, System.IServiceProvider serviceProvider)1838         void ReceiveMarkupExtension(string property, System.Windows.Markup.MarkupExtension markupExtension, System.IServiceProvider serviceProvider);
1839     }
1840     [System.ComponentModel.BrowsableAttribute(false)]
1841     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1842     public partial class ServiceProviders : System.IServiceProvider
1843     {
ServiceProviders()1844         public ServiceProviders() { }
AddService(System.Type serviceType, object service)1845         public void AddService(System.Type serviceType, object service) { }
GetService(System.Type serviceType)1846         public object GetService(System.Type serviceType) { throw null; }
1847     }
1848 }
1849 namespace System.Windows.Markup.Primitives
1850 {
1851     public abstract partial class MarkupObject
1852     {
MarkupObject()1853         internal MarkupObject() { }
1854         public abstract System.ComponentModel.AttributeCollection Attributes { get; }
1855         public abstract object Instance { get; }
1856         public abstract System.Type ObjectType { get; }
1857         public virtual System.Collections.Generic.IEnumerable<System.Windows.Markup.Primitives.MarkupProperty> Properties { get { throw null; } }
AssignRootContext(System.Windows.Markup.IValueSerializerContext context)1858         public abstract void AssignRootContext(System.Windows.Markup.IValueSerializerContext context);
1859     }
1860     public abstract partial class MarkupProperty
1861     {
MarkupProperty()1862         internal MarkupProperty() { }
1863         public abstract System.ComponentModel.AttributeCollection Attributes { get; }
1864         public virtual System.Windows.DependencyProperty DependencyProperty { get { throw null; } }
1865         public virtual bool IsAttached { get { throw null; } }
1866         public virtual bool IsComposite { get { throw null; } }
1867         public virtual bool IsConstructorArgument { get { throw null; } }
1868         public virtual bool IsContent { get { throw null; } }
1869         public virtual bool IsKey { get { throw null; } }
1870         public virtual bool IsValueAsString { get { throw null; } }
1871         public abstract System.Collections.Generic.IEnumerable<System.Windows.Markup.Primitives.MarkupObject> Items { get; }
1872         public abstract string Name { get; }
1873         public virtual System.ComponentModel.PropertyDescriptor PropertyDescriptor { get { throw null; } }
1874         public abstract System.Type PropertyType { get; }
1875         public abstract string StringValue { get; }
1876         public abstract System.Collections.Generic.IEnumerable<System.Type> TypeReferences { get; }
1877         public abstract object Value { get; }
1878     }
1879 }
1880 namespace System.Windows.Media
1881 {
1882     [System.AttributeUsageAttribute((System.AttributeTargets)(1), AllowMultiple=false)]
1883     public sealed partial class DisableDpiAwarenessAttribute : System.Attribute
1884     {
DisableDpiAwarenessAttribute()1885         public DisableDpiAwarenessAttribute() { }
1886     }
1887     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Media.MatrixConverter))]
1888     [System.Windows.Markup.ValueSerializerAttribute(typeof(System.Windows.Media.Converters.MatrixValueSerializer))]
1889     [System.SerializableAttribute]
1890     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1891     public partial struct Matrix : System.IFormattable
1892     {
MatrixSystem.Windows.Media.Matrix1893         public Matrix(double m11, double m12, double m21, double m22, double offsetX, double offsetY) { throw null;}
1894         public double Determinant { get { throw null; } }
1895         public bool HasInverse { get { throw null; } }
1896         public static System.Windows.Media.Matrix Identity { get { throw null; } }
1897         public bool IsIdentity { get { throw null; } }
1898         public double M11 { get { throw null; } set { } }
1899         public double M12 { get { throw null; } set { } }
1900         public double M21 { get { throw null; } set { } }
1901         public double M22 { get { throw null; } set { } }
1902         public double OffsetX { get { throw null; } set { } }
1903         public double OffsetY { get { throw null; } set { } }
AppendSystem.Windows.Media.Matrix1904         public void Append(System.Windows.Media.Matrix matrix) { }
EqualsSystem.Windows.Media.Matrix1905         public override bool Equals(object o) { throw null; }
EqualsSystem.Windows.Media.Matrix1906         public bool Equals(System.Windows.Media.Matrix value) { throw null; }
EqualsSystem.Windows.Media.Matrix1907         public static bool Equals(System.Windows.Media.Matrix matrix1, System.Windows.Media.Matrix matrix2) { throw null; }
GetHashCodeSystem.Windows.Media.Matrix1908         public override int GetHashCode() { throw null; }
InvertSystem.Windows.Media.Matrix1909         public void Invert() { }
MultiplySystem.Windows.Media.Matrix1910         public static System.Windows.Media.Matrix Multiply(System.Windows.Media.Matrix trans1, System.Windows.Media.Matrix trans2) { throw null; }
operator ==System.Windows.Media.Matrix1911         public static bool operator ==(System.Windows.Media.Matrix matrix1, System.Windows.Media.Matrix matrix2) { throw null; }
operator !=System.Windows.Media.Matrix1912         public static bool operator !=(System.Windows.Media.Matrix matrix1, System.Windows.Media.Matrix matrix2) { throw null; }
operator *System.Windows.Media.Matrix1913         public static System.Windows.Media.Matrix operator *(System.Windows.Media.Matrix trans1, System.Windows.Media.Matrix trans2) { throw null; }
ParseSystem.Windows.Media.Matrix1914         public static System.Windows.Media.Matrix Parse(string source) { throw null; }
PrependSystem.Windows.Media.Matrix1915         public void Prepend(System.Windows.Media.Matrix matrix) { }
RotateSystem.Windows.Media.Matrix1916         public void Rotate(double angle) { }
RotateAtSystem.Windows.Media.Matrix1917         public void RotateAt(double angle, double centerX, double centerY) { }
RotateAtPrependSystem.Windows.Media.Matrix1918         public void RotateAtPrepend(double angle, double centerX, double centerY) { }
RotatePrependSystem.Windows.Media.Matrix1919         public void RotatePrepend(double angle) { }
ScaleSystem.Windows.Media.Matrix1920         public void Scale(double scaleX, double scaleY) { }
ScaleAtSystem.Windows.Media.Matrix1921         public void ScaleAt(double scaleX, double scaleY, double centerX, double centerY) { }
ScaleAtPrependSystem.Windows.Media.Matrix1922         public void ScaleAtPrepend(double scaleX, double scaleY, double centerX, double centerY) { }
ScalePrependSystem.Windows.Media.Matrix1923         public void ScalePrepend(double scaleX, double scaleY) { }
SetIdentitySystem.Windows.Media.Matrix1924         public void SetIdentity() { }
SkewSystem.Windows.Media.Matrix1925         public void Skew(double skewX, double skewY) { }
SkewPrependSystem.Windows.Media.Matrix1926         public void SkewPrepend(double skewX, double skewY) { }
System.IFormattable.ToStringSystem.Windows.Media.Matrix1927         string System.IFormattable.ToString(string format, System.IFormatProvider provider) { throw null; }
ToStringSystem.Windows.Media.Matrix1928         public override string ToString() { throw null; }
ToStringSystem.Windows.Media.Matrix1929         public string ToString(System.IFormatProvider provider) { throw null; }
TransformSystem.Windows.Media.Matrix1930         public System.Windows.Point Transform(System.Windows.Point point) { throw null; }
TransformSystem.Windows.Media.Matrix1931         public void Transform(System.Windows.Point[] points) { }
TransformSystem.Windows.Media.Matrix1932         public System.Windows.Vector Transform(System.Windows.Vector vector) { throw null; }
TransformSystem.Windows.Media.Matrix1933         public void Transform(System.Windows.Vector[] vectors) { }
TranslateSystem.Windows.Media.Matrix1934         public void Translate(double offsetX, double offsetY) { }
TranslatePrependSystem.Windows.Media.Matrix1935         public void TranslatePrepend(double offsetX, double offsetY) { }
1936     }
1937     public sealed partial class MatrixConverter : System.ComponentModel.TypeConverter
1938     {
MatrixConverter()1939         public MatrixConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)1940         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1941         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)1942         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)1943         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
1944     }
1945 }
1946 namespace System.Windows.Media.Converters
1947 {
1948     public partial class MatrixValueSerializer : System.Windows.Markup.ValueSerializer
1949     {
MatrixValueSerializer()1950         public MatrixValueSerializer() { }
CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)1951         public override bool CanConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)1952         public override bool CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context)1953         public override object ConvertFromString(string value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context)1954         public override string ConvertToString(object value, System.Windows.Markup.IValueSerializerContext context) { throw null; }
1955     }
1956 }
1957 namespace System.Windows.Threading
1958 {
1959     public sealed partial class Dispatcher
1960     {
Dispatcher()1961         internal Dispatcher() { }
1962         public static System.Windows.Threading.Dispatcher CurrentDispatcher { get { throw null; } }
1963         public bool HasShutdownFinished { get { throw null; } }
1964         public bool HasShutdownStarted { get { throw null; } }
1965         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1966         public System.Windows.Threading.DispatcherHooks Hooks { [System.Security.SecurityCriticalAttribute]get { throw null; } }
1967         public System.Threading.Thread Thread { get { throw null; } }
1968         public event System.EventHandler ShutdownFinished { add { } remove { } }
1969         public event System.EventHandler ShutdownStarted { add { } remove { } }
1970         public event System.Windows.Threading.DispatcherUnhandledExceptionEventHandler UnhandledException { add { } remove { } }
1971         public event System.Windows.Threading.DispatcherUnhandledExceptionFilterEventHandler UnhandledExceptionFilter { add { } remove { } }
BeginInvoke(System.Delegate method, params object[] args)1972         public System.Windows.Threading.DispatcherOperation BeginInvoke(System.Delegate method, params object[] args) { throw null; }
BeginInvoke(System.Delegate method, System.Windows.Threading.DispatcherPriority priority, params object[] args)1973         public System.Windows.Threading.DispatcherOperation BeginInvoke(System.Delegate method, System.Windows.Threading.DispatcherPriority priority, params object[] args) { throw null; }
1974         [System.ComponentModel.BrowsableAttribute(false)]
1975         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
BeginInvoke(System.Windows.Threading.DispatcherPriority priority, System.Delegate method)1976         public System.Windows.Threading.DispatcherOperation BeginInvoke(System.Windows.Threading.DispatcherPriority priority, System.Delegate method) { throw null; }
1977         [System.ComponentModel.BrowsableAttribute(false)]
1978         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
BeginInvoke(System.Windows.Threading.DispatcherPriority priority, System.Delegate method, object arg)1979         public System.Windows.Threading.DispatcherOperation BeginInvoke(System.Windows.Threading.DispatcherPriority priority, System.Delegate method, object arg) { throw null; }
1980         [System.ComponentModel.BrowsableAttribute(false)]
1981         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
BeginInvoke(System.Windows.Threading.DispatcherPriority priority, System.Delegate method, object arg, params object[] args)1982         public System.Windows.Threading.DispatcherOperation BeginInvoke(System.Windows.Threading.DispatcherPriority priority, System.Delegate method, object arg, params object[] args) { throw null; }
1983         [System.Security.SecurityCriticalAttribute]
BeginInvokeShutdown(System.Windows.Threading.DispatcherPriority priority)1984         public void BeginInvokeShutdown(System.Windows.Threading.DispatcherPriority priority) { }
1985         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
CheckAccess()1986         public bool CheckAccess() { throw null; }
DisableProcessing()1987         public System.Windows.Threading.DispatcherProcessingDisabled DisableProcessing() { throw null; }
1988         [System.Security.SecurityCriticalAttribute]
ExitAllFrames()1989         public static void ExitAllFrames() { }
FromThread(System.Threading.Thread thread)1990         public static System.Windows.Threading.Dispatcher FromThread(System.Threading.Thread thread) { throw null; }
Invoke(System.Delegate method, params object[] args)1991         public object Invoke(System.Delegate method, params object[] args) { throw null; }
Invoke(System.Delegate method, System.TimeSpan timeout, params object[] args)1992         public object Invoke(System.Delegate method, System.TimeSpan timeout, params object[] args) { throw null; }
Invoke(System.Delegate method, System.TimeSpan timeout, System.Windows.Threading.DispatcherPriority priority, params object[] args)1993         public object Invoke(System.Delegate method, System.TimeSpan timeout, System.Windows.Threading.DispatcherPriority priority, params object[] args) { throw null; }
Invoke(System.Delegate method, System.Windows.Threading.DispatcherPriority priority, params object[] args)1994         public object Invoke(System.Delegate method, System.Windows.Threading.DispatcherPriority priority, params object[] args) { throw null; }
1995         [System.ComponentModel.BrowsableAttribute(false)]
1996         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Invoke(System.Windows.Threading.DispatcherPriority priority, System.Delegate method)1997         public object Invoke(System.Windows.Threading.DispatcherPriority priority, System.Delegate method) { throw null; }
1998         [System.ComponentModel.BrowsableAttribute(false)]
1999         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Invoke(System.Windows.Threading.DispatcherPriority priority, System.Delegate method, object arg)2000         public object Invoke(System.Windows.Threading.DispatcherPriority priority, System.Delegate method, object arg) { throw null; }
2001         [System.ComponentModel.BrowsableAttribute(false)]
2002         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Invoke(System.Windows.Threading.DispatcherPriority priority, System.Delegate method, object arg, params object[] args)2003         public object Invoke(System.Windows.Threading.DispatcherPriority priority, System.Delegate method, object arg, params object[] args) { throw null; }
2004         [System.ComponentModel.BrowsableAttribute(false)]
2005         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Invoke(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method)2006         public object Invoke(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method) { throw null; }
2007         [System.ComponentModel.BrowsableAttribute(false)]
2008         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Invoke(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object arg)2009         public object Invoke(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object arg) { throw null; }
2010         [System.ComponentModel.BrowsableAttribute(false)]
2011         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Invoke(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object arg, params object[] args)2012         public object Invoke(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object arg, params object[] args) { throw null; }
2013         [System.Security.SecurityCriticalAttribute]
InvokeShutdown()2014         public void InvokeShutdown() { }
2015         [System.Security.SecurityCriticalAttribute]
PushFrame(System.Windows.Threading.DispatcherFrame frame)2016         public static void PushFrame(System.Windows.Threading.DispatcherFrame frame) { }
2017         [System.Security.SecurityCriticalAttribute]
Run()2018         public static void Run() { }
ValidatePriority(System.Windows.Threading.DispatcherPriority priority, string parameterName)2019         public static void ValidatePriority(System.Windows.Threading.DispatcherPriority priority, string parameterName) { }
2020         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
VerifyAccess()2021         public void VerifyAccess() { }
2022     }
2023     public partial class DispatcherEventArgs : System.EventArgs
2024     {
DispatcherEventArgs()2025         internal DispatcherEventArgs() { }
2026         public System.Windows.Threading.Dispatcher Dispatcher { get { throw null; } }
2027     }
2028     public partial class DispatcherFrame : System.Windows.Threading.DispatcherObject
2029     {
DispatcherFrame()2030         public DispatcherFrame() { }
DispatcherFrame(bool exitWhenRequested)2031         public DispatcherFrame(bool exitWhenRequested) { }
2032         public bool Continue { get { throw null; } [System.Security.SecurityCriticalAttribute]set { } }
2033     }
2034     public sealed partial class DispatcherHookEventArgs : System.EventArgs
2035     {
DispatcherHookEventArgs(System.Windows.Threading.DispatcherOperation operation)2036         public DispatcherHookEventArgs(System.Windows.Threading.DispatcherOperation operation) { }
2037         public System.Windows.Threading.Dispatcher Dispatcher { get { throw null; } }
2038         public System.Windows.Threading.DispatcherOperation Operation { get { throw null; } }
2039     }
DispatcherHookEventHandler(object sender, System.Windows.Threading.DispatcherHookEventArgs e)2040     public delegate void DispatcherHookEventHandler(object sender, System.Windows.Threading.DispatcherHookEventArgs e);
2041     public sealed partial class DispatcherHooks
2042     {
DispatcherHooks()2043         internal DispatcherHooks() { }
2044         public event System.EventHandler DispatcherInactive { add { } remove { } }
2045         public event System.Windows.Threading.DispatcherHookEventHandler OperationAborted { add { } remove { } }
2046         public event System.Windows.Threading.DispatcherHookEventHandler OperationCompleted { add { } remove { } }
2047         public event System.Windows.Threading.DispatcherHookEventHandler OperationPosted { add { } remove { } }
2048         public event System.Windows.Threading.DispatcherHookEventHandler OperationPriorityChanged { add { } remove { } }
2049     }
2050     public abstract partial class DispatcherObject
2051     {
DispatcherObject()2052         protected DispatcherObject() { }
2053         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2054         public System.Windows.Threading.Dispatcher Dispatcher { get { throw null; } }
2055         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
CheckAccess()2056         public bool CheckAccess() { throw null; }
2057         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
VerifyAccess()2058         public void VerifyAccess() { }
2059     }
2060     public sealed partial class DispatcherOperation
2061     {
DispatcherOperation()2062         internal DispatcherOperation() { }
2063         public System.Windows.Threading.Dispatcher Dispatcher { get { throw null; } }
2064         public System.Windows.Threading.DispatcherPriority Priority { get { throw null; } set { } }
2065         public object Result { get { throw null; } }
2066         public System.Windows.Threading.DispatcherOperationStatus Status { get { throw null; } }
2067         public event System.EventHandler Aborted { add { } remove { } }
2068         public event System.EventHandler Completed { add { } remove { } }
Abort()2069         public bool Abort() { throw null; }
Wait()2070         public System.Windows.Threading.DispatcherOperationStatus Wait() { throw null; }
2071         [System.Security.SecurityCriticalAttribute]
Wait(System.TimeSpan timeout)2072         public System.Windows.Threading.DispatcherOperationStatus Wait(System.TimeSpan timeout) { throw null; }
2073     }
DispatcherOperationCallback(object arg)2074     public delegate object DispatcherOperationCallback(object arg);
2075     public enum DispatcherOperationStatus
2076     {
2077         Aborted = 1,
2078         Completed = 2,
2079         Executing = 3,
2080         Pending = 0,
2081     }
2082     public enum DispatcherPriority
2083     {
2084         ApplicationIdle = 2,
2085         Background = 4,
2086         ContextIdle = 3,
2087         DataBind = 8,
2088         Inactive = 0,
2089         Input = 5,
2090         Invalid = -1,
2091         Loaded = 6,
2092         Normal = 9,
2093         Render = 7,
2094         Send = 10,
2095         SystemIdle = 1,
2096     }
2097     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
2098     public partial struct DispatcherProcessingDisabled : System.IDisposable
2099     {
DisposeSystem.Windows.Threading.DispatcherProcessingDisabled2100         public void Dispose() { }
EqualsSystem.Windows.Threading.DispatcherProcessingDisabled2101         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.Windows.Threading.DispatcherProcessingDisabled2102         public override int GetHashCode() { throw null; }
operator ==System.Windows.Threading.DispatcherProcessingDisabled2103         public static bool operator ==(System.Windows.Threading.DispatcherProcessingDisabled left, System.Windows.Threading.DispatcherProcessingDisabled right) { throw null; }
operator !=System.Windows.Threading.DispatcherProcessingDisabled2104         public static bool operator !=(System.Windows.Threading.DispatcherProcessingDisabled left, System.Windows.Threading.DispatcherProcessingDisabled right) { throw null; }
2105     }
2106     public sealed partial class DispatcherSynchronizationContext : System.Threading.SynchronizationContext
2107     {
DispatcherSynchronizationContext()2108         public DispatcherSynchronizationContext() { }
DispatcherSynchronizationContext(System.Windows.Threading.Dispatcher dispatcher)2109         public DispatcherSynchronizationContext(System.Windows.Threading.Dispatcher dispatcher) { }
CreateCopy()2110         public override System.Threading.SynchronizationContext CreateCopy() { throw null; }
Post(System.Threading.SendOrPostCallback d, object state)2111         public override void Post(System.Threading.SendOrPostCallback d, object state) { }
Send(System.Threading.SendOrPostCallback d, object state)2112         public override void Send(System.Threading.SendOrPostCallback d, object state) { }
2113         [System.Security.SecurityCriticalAttribute]
Wait(System.IntPtr[] waitHandles, bool waitAll, int millisecondsTimeout)2114         public override int Wait(System.IntPtr[] waitHandles, bool waitAll, int millisecondsTimeout) { throw null; }
2115     }
2116     public partial class DispatcherTimer
2117     {
DispatcherTimer()2118         public DispatcherTimer() { }
DispatcherTimer(System.TimeSpan interval, System.Windows.Threading.DispatcherPriority priority, System.EventHandler callback, System.Windows.Threading.Dispatcher dispatcher)2119         public DispatcherTimer(System.TimeSpan interval, System.Windows.Threading.DispatcherPriority priority, System.EventHandler callback, System.Windows.Threading.Dispatcher dispatcher) { }
DispatcherTimer(System.Windows.Threading.DispatcherPriority priority)2120         public DispatcherTimer(System.Windows.Threading.DispatcherPriority priority) { }
DispatcherTimer(System.Windows.Threading.DispatcherPriority priority, System.Windows.Threading.Dispatcher dispatcher)2121         public DispatcherTimer(System.Windows.Threading.DispatcherPriority priority, System.Windows.Threading.Dispatcher dispatcher) { }
2122         public System.Windows.Threading.Dispatcher Dispatcher { get { throw null; } }
2123         public System.TimeSpan Interval { get { throw null; } set { } }
2124         public bool IsEnabled { get { throw null; } set { } }
2125         public object Tag { get { throw null; } set { } }
2126         public event System.EventHandler Tick { add { } remove { } }
Start()2127         public void Start() { }
Stop()2128         public void Stop() { }
2129     }
2130     public sealed partial class DispatcherUnhandledExceptionEventArgs : System.Windows.Threading.DispatcherEventArgs
2131     {
DispatcherUnhandledExceptionEventArgs()2132         internal DispatcherUnhandledExceptionEventArgs() { }
2133         public System.Exception Exception { get { throw null; } }
2134         public bool Handled { get { throw null; } set { } }
2135     }
DispatcherUnhandledExceptionEventHandler(object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e)2136     public delegate void DispatcherUnhandledExceptionEventHandler(object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e);
2137     public sealed partial class DispatcherUnhandledExceptionFilterEventArgs : System.Windows.Threading.DispatcherEventArgs
2138     {
DispatcherUnhandledExceptionFilterEventArgs()2139         internal DispatcherUnhandledExceptionFilterEventArgs() { }
2140         public System.Exception Exception { get { throw null; } }
2141         public bool RequestCatch { get { throw null; } set { } }
2142     }
DispatcherUnhandledExceptionFilterEventHandler(object sender, System.Windows.Threading.DispatcherUnhandledExceptionFilterEventArgs e)2143     public delegate void DispatcherUnhandledExceptionFilterEventHandler(object sender, System.Windows.Threading.DispatcherUnhandledExceptionFilterEventArgs e);
2144 }
2145