C# Class ICSharpCode.XamlDesigner.MainWindow

Afficher le fichier Open project: icsharpcode/WpfDesigner Class Usage Examples

Méthodes publiques

Свойство Type Description
CloseAllCommand ICSharpCode.XamlDesigner.SimpleCommand
ExitCommand ICSharpCode.XamlDesigner.SimpleCommand
Instance MainWindow
RefreshCommand ICSharpCode.XamlDesigner.SimpleCommand
RenderToBitmapCommand ICSharpCode.XamlDesigner.SimpleCommand
RunCommand ICSharpCode.XamlDesigner.SimpleCommand
SaveAllCommand ICSharpCode.XamlDesigner.SimpleCommand

Méthodes publiques

Méthode Description
AskOpenFileName ( ) : string
AskSaveFileName ( string initName ) : string
MainWindow ( ) : System

Méthodes protégées

Méthode Description
OnClosing ( CancelEventArgs e ) : void
OnDragEnter ( System.Windows.DragEventArgs e ) : void
OnDragOver ( System.Windows.DragEventArgs e ) : void
OnDrop ( System.Windows.DragEventArgs e ) : void

Private Methods

Méthode Description
AvalonDockWorkaround ( ) : void
CloseAllCommand_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
CloseCommand_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
CloseCommand_PreviewExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
CreateContentFor ( Document doc ) : DocumentContent
CurrentDocument_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
ExitCommand_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
LoadSettings ( ) : void
NewCommand_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
OpenCommand_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
ProcessDrag ( System.Windows.DragEventArgs e ) : void
ProcessPaths ( IEnumerable paths ) : void
RecentFiles_Click ( object sender, RoutedEventArgs e ) : void
RenameCommands ( ) : void
RenderToBitmapCommand_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
RestoreDocumentPaneBinding ( ) : void
RouteDesignSurfaceCommand ( System.Windows.Input.RoutedCommand command ) : void
RouteDesignSurfaceCommands ( ) : void
RunCommand_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
SaveAllCommand_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
SaveAsCommand_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
SaveCommand_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
SaveSettings ( ) : void

Method Details

AskOpenFileName() public méthode

public AskOpenFileName ( ) : string
Résultat string

AskSaveFileName() public méthode

public AskSaveFileName ( string initName ) : string
initName string
Résultat string

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnDragEnter() protected méthode

protected OnDragEnter ( System.Windows.DragEventArgs e ) : void
e System.Windows.DragEventArgs
Résultat void

OnDragOver() protected méthode

protected OnDragOver ( System.Windows.DragEventArgs e ) : void
e System.Windows.DragEventArgs
Résultat void

OnDrop() protected méthode

protected OnDrop ( System.Windows.DragEventArgs e ) : void
e System.Windows.DragEventArgs
Résultat void

Property Details

CloseAllCommand public_oe static_oe property

public static SimpleCommand,ICSharpCode.XamlDesigner CloseAllCommand
Résultat ICSharpCode.XamlDesigner.SimpleCommand

ExitCommand public_oe static_oe property

public static SimpleCommand,ICSharpCode.XamlDesigner ExitCommand
Résultat ICSharpCode.XamlDesigner.SimpleCommand

Instance public_oe static_oe property

public static MainWindow,ICSharpCode.XamlDesigner Instance
Résultat MainWindow

RefreshCommand public_oe static_oe property

public static SimpleCommand,ICSharpCode.XamlDesigner RefreshCommand
Résultat ICSharpCode.XamlDesigner.SimpleCommand

RenderToBitmapCommand public_oe static_oe property

public static SimpleCommand,ICSharpCode.XamlDesigner RenderToBitmapCommand
Résultat ICSharpCode.XamlDesigner.SimpleCommand

RunCommand public_oe static_oe property

public static SimpleCommand,ICSharpCode.XamlDesigner RunCommand
Résultat ICSharpCode.XamlDesigner.SimpleCommand

SaveAllCommand public_oe static_oe property

public static SimpleCommand,ICSharpCode.XamlDesigner SaveAllCommand
Résultat ICSharpCode.XamlDesigner.SimpleCommand