示例#1
0
 public WPFHTMLWindowProvider(IWPFWebWindow wpfWebWindow, Neutronium.WPF.Internal.HTMLControlBase htmlControlBase)
 {
     WPFWebWindow                  = wpfWebWindow;
     _HTMLControlBase              = htmlControlBase;
     _UIElement                    = WPFWebWindow.UIElement;
     WPFWebWindow.DebugToolOpened += _WPFWebWindow_DebugToolOpened;
 }
示例#2
0
 public WPFHTMLWindowProvider(IWPFWebWindow wpfWebWindow, Neutronium.WPF.Internal.HTMLControlBase htmlControlBase)
 {
     _WPFWebWindow    = wpfWebWindow;
     _HTMLControlBase = htmlControlBase;
     _UIElement       = _WPFWebWindow.UIElement;
 }
 public WPFHTMLWindowProvider(IWPFWebWindow iIWPFWebWindow, Neutronium.WPF.Internal.HTMLControlBase iHTMLControlBase)
 {
     _IWPFWebWindow   = iIWPFWebWindow;
     _HTMLControlBase = iHTMLControlBase;
     _UIElement       = _IWPFWebWindow.UIElement;
 }
 public WPFHTMLWindowProvider(IWPFWebWindow iIWPFWebWindow, Neutronium.WPF.Internal.HTMLControlBase iHTMLControlBase)
 {
     _IWPFWebWindow = iIWPFWebWindow;
     _HTMLControlBase = iHTMLControlBase;
     _UIElement = _IWPFWebWindow.UIElement;
 }