ChromiumWebBrowserGetBrowserScreenLocation Method  | 
Version 106.0.290 
            Called when the Window Location Changes, the PresentationSource changes
            and the page loads. We manually track the position as CEF makes calls
            on a non-UI thread and calling Invoke in IRenderWebBrowser.GetScreenPoint
            makes it very easy to deadlock the browser.
            
 
    Namespace: 
   CefSharp.Wpf
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxprotected virtual Point GetBrowserScreenLocation()
protected:
virtual Point GetBrowserScreenLocation()
Return Value
Type: 
PointReturns screen coordinates of the browsers location
See Also