Skip to content

Commit ea2c749

Browse files
committed
remove incoming
1 parent d380097 commit ea2c749

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • microsoft-edge/webview2/platforms

microsoft-edge/webview2/platforms/wpf.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
88
ms.subservice: webview
9-
ms.date: 01/24/2025
9+
ms.date: 01/27/2025
1010
---
1111
# WebView2 in WPF apps
1212

1313

1414
<!-- ====================================================================== -->
15-
## Show WPF elements on top of the WebView2 layer (WebView2CompositionControl) - INCOMING
15+
## Show WPF elements on top of the WebView2 layer (WebView2CompositionControl)
1616

1717
The `WebView2CompositionControl` prevents the WebView2 control from being the topmost layer in a WPF app and obscuring any WPF elements. `Microsoft.Web.WebView2.Wpf.WebView2CompositionControl` is a drop-in replacement for the standard WPF WebView2 control. Both the WebView2 control and `WebView2CompositionControl` implement the `Microsoft.Web.WebView2.Wpf.IWebView2` interface. Both of them derive from `FrameworkElement`, as follows:
1818
* `FrameworkElement` -> `HwndHost` -> `WebView2`.
@@ -42,7 +42,7 @@ n/a
4242

4343

4444
<!-- ====================================================================== -->
45-
<!-- ## See also -->
45+
## See also
4646
<!-- all links in article -->
4747

4848
* [WebView2CompositionControl Class](/dotnet/api/microsoft.web.webview2.wpf.webview2compositioncontrol)

0 commit comments

Comments
 (0)