Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ComponentModel.Design Namespace Reference

Namespaces

namespace  Serialization
 

Classes

class  ActiveDesignerEventArgs
 
class  CheckoutException
 
class  CommandID
 
class  ComponentChangedEventArgs
 
class  ComponentChangingEventArgs
 
class  ComponentEventArgs
 
class  ComponentRenameEventArgs
 
class  DesignerCollection
 
class  DesignerEventArgs
 
class  DesignerOptionService
 
class  DesignerTransaction
 
class  DesignerTransactionCloseEventArgs
 
class  DesignerVerb
 
class  DesignerVerbCollection
 
class  DesigntimeLicenseContext
 
class  DesigntimeLicenseContextSerializer
 
class  HelpKeywordAttribute
 
interface  IComponentChangeService
 
interface  IComponentDiscoveryService
 
interface  IComponentInitializer
 
interface  IDesigner
 
interface  IDesignerEventService
 
interface  IDesignerFilter
 
interface  IDesignerHost
 
interface  IDesignerHostTransactionState
 
interface  IDesignerOptionService
 
interface  IDictionaryService
 
interface  IEventBindingService
 
interface  IExtenderListService
 
interface  IExtenderProviderService
 
interface  IHelpService
 
interface  IInheritanceService
 
interface  IMenuCommandService
 
interface  IReferenceService
 
interface  IResourceService
 
interface  IRootDesigner
 
interface  ISelectionService
 
interface  IServiceContainer
 
interface  ITreeDesigner
 
interface  ITypeDescriptorFilterService
 
interface  ITypeDiscoveryService
 
interface  ITypeResolutionService
 
class  MenuCommand
 
class  RuntimeLicenseContext
 
class  ServiceContainer
 
class  StandardCommands
 
class  StandardToolWindows
 
class  TypeDescriptionProviderService
 

Enumerations

enum  HelpContextType { Ambient , Window , Selection , ToolWindowSelection }
 
enum  HelpKeywordType { F1Keyword , GeneralKeyword , FilterKeyword }
 
enum  SelectionTypes {
  Auto = 1 , Normal = 1 , Replace = 2 , MouseDown = 4 ,
  MouseUp = 8 , Click = 0x10 , Primary = 0x10 , Toggle = 0x20 ,
  Add = 0x40 , Remove = 0x80 , Valid = 0x1F
}
 
enum  ViewTechnology { Passthrough , WindowsForms , Default }
 

Functions

delegate void ActiveDesignerEventHandler (object? sender, ActiveDesignerEventArgs e)
 
delegate void ComponentChangedEventHandler (object? sender, ComponentChangedEventArgs e)
 
delegate void ComponentChangingEventHandler (object? sender, ComponentChangingEventArgs e)
 
delegate void ComponentEventHandler (object? sender, ComponentEventArgs e)
 
delegate void ComponentRenameEventHandler (object? sender, ComponentRenameEventArgs e)
 
delegate void DesignerEventHandler (object? sender, DesignerEventArgs e)
 
delegate void DesignerTransactionCloseEventHandler (object? sender, DesignerTransactionCloseEventArgs e)
 
delegate? object ServiceCreatorCallback (IServiceContainer container, Type serviceType)