DesignerLoader Class Members
See Also  Fields Properties Methods 
SourceCode.Framework.Design Namespace : DesignerLoader Class


Glossary Item Box

The following tables list the members exposed by DesignerLoader.

Protected Fields

  Name Description
Protected Field DocDataClosing  
Top

Public Properties

Protected Properties

Public Methods

  Name Description
Public Method BeginLoad (Inherited from System.ComponentModel.Design.Serialization.BasicDesignerLoader)
Public Method Dispose Overridden.   
Public Method Flush Overridden.   
Top

Protected Methods

  Name Description
Protected Method AddComponentToContainer  
Protected Method CreateRootComponentInstance  
Protected Method CreateUndoEngine  
Protected Method DisableUndo  
Protected Method EnableComponentNotification (Inherited from System.ComponentModel.Design.Serialization.BasicDesignerLoader)
Protected Method EnableUndo  
Protected Method EnsureComponentHasViews<TRoot,TView>  
Protected Method GetDesignerType  
Protected Method GetReader  
Protected Method GetService (Inherited from System.ComponentModel.Design.Serialization.BasicDesignerLoader)
Protected Method GetWriter  
Protected Method Initialize Overridden. Initializes services.  
Protected Method IsReloadNeeded (Inherited from System.ComponentModel.Design.Serialization.BasicDesignerLoader)
Protected Method OnAnyItemAdded  
Protected Method OnAnyItemAdding  
Protected Method OnAnyItemPropertyChanged  
Protected Method OnAnyItemPropertyChanging  
Protected Method OnAnyItemRemoved  
Protected Method OnAnyItemRemoving  
Protected Method OnBeginLoad Overridden. Notifies the designer loader that loading is about to begin.  
Protected Method OnBeginUnload Overridden. Notifies the designer loader that unloading is about to begin.  
Protected Method OnEndLoad Overridden. Notifies the designer loader that loading is complete.  
Protected Method OnItemAdded  
Protected Method OnItemAdding  
Protected Method OnItemPropertyChanged  
Protected Method OnItemPropertyChanging  
Protected Method OnItemRemoved  
Protected Method OnItemRemoving  
Protected Method OnModifying (Inherited from System.ComponentModel.Design.Serialization.BasicDesignerLoader)
Protected Method OnProjectFilePropertyChanged  
Protected Method PerformFlush Overridden. Flushes all changes to the designer.  
Protected Method PerformLoad Overridden. Loads a designer from persistence.  
Protected Method Reload (Inherited from System.ComponentModel.Design.Serialization.BasicDesignerLoader)
Protected Method RemoveComponentFromContainer  
Protected Method ReportFlushErrors (Inherited from System.ComponentModel.Design.Serialization.BasicDesignerLoader)
Protected Method SetBaseComponentClassName (Inherited from System.ComponentModel.Design.Serialization.BasicDesignerLoader)
Top

See Also