C# Class ICSharpCode.XamlDesigner.Document

Inheritance: INotifyPropertyChanged
显示文件 Open project: icsharpcode/WpfDesigner Class Usage Examples

Public Properties

Property Type Description
xamlElementLineInfo ICSharpCode.WpfDesign.XamlDom.XamlElementLineInfo

Public Methods

Method Description
Document ( string filePath ) : System
Document ( string tempName, string text ) : System
RaisePropertyChanged ( string name ) : void
Refresh ( ) : void
ReloadFile ( ) : void
Save ( ) : void
SaveAs ( string filePath ) : void
UndoService_UndoStackChanged ( object sender, EventArgs e ) : void
UpdateDesign ( ) : void
UpdateXaml ( ) : void

Method Details

Document() public method

public Document ( string filePath ) : System
filePath string
return System

Document() public method

public Document ( string tempName, string text ) : System
tempName string
text string
return System

RaisePropertyChanged() public method

public RaisePropertyChanged ( string name ) : void
name string
return void

Refresh() public method

public Refresh ( ) : void
return void

ReloadFile() public method

public ReloadFile ( ) : void
return void

Save() public method

public Save ( ) : void
return void

SaveAs() public method

public SaveAs ( string filePath ) : void
filePath string
return void

UndoService_UndoStackChanged() public method

public UndoService_UndoStackChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

UpdateDesign() public method

public UpdateDesign ( ) : void
return void

UpdateXaml() public method

public UpdateXaml ( ) : void
return void

Property Details

xamlElementLineInfo public_oe property

public XamlElementLineInfo,ICSharpCode.WpfDesign.XamlDom xamlElementLineInfo
return ICSharpCode.WpfDesign.XamlDom.XamlElementLineInfo