C# Class ICSharpCode.WpfDesign.Designer.Services.WpfTopLevelWindowService.WpfTopLevelWindow

Inheritance: ITopLevelWindow
Show file Open project: icsharpcode/WpfDesigner

Public Methods

Method Description
Activate ( ) : bool
SetOwner ( Window child ) : void
WpfTopLevelWindow ( Window window ) : System.Windows

Method Details

Activate() public method

public Activate ( ) : bool
return bool

SetOwner() public method

public SetOwner ( Window child ) : void
child System.Windows.Window
return void

WpfTopLevelWindow() public method

public WpfTopLevelWindow ( Window window ) : System.Windows
window System.Windows.Window
return System.Windows