We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7b2d5 commit c814bebCopy full SHA for c814beb
1 file changed
CefGlue/Classes.Proxies/CefBrowserHost.cs
@@ -514,13 +514,7 @@ public void AddWordToDictionary(string word)
514
/// <summary>
515
/// Returns true if window rendering is disabled.
516
/// </summary>
517
- public bool IsWindowRenderingDisabled
518
- {
519
- get
520
521
- return cef_browser_host_t.is_window_rendering_disabled(_self) != 0;
522
- }
523
+ public bool IsWindowRenderingDisabled => cef_browser_host_t.is_window_rendering_disabled(_self) != 0;
524
525
526
/// Notify the browser that the widget has been resized. The browser will
0 commit comments