Skip to content

Commit 7362a1c

Browse files
authored
Add namespace
1 parent c206eae commit 7362a1c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

specs/WPF_WebView2CompositionControl.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ on top and hide any WPF elements in the same location, even if you try to specif
5454
to be above the WebView2 control (using visual tree order or the z-index property, for example). To
5555
solve this issue you should use the WebView2CompositionControl.
5656

57-
The WebView2CompositionControl is a drop-in replacement
57+
The Microsoft.Web.WebView2.Wpf.WebView2CompositionControl is a drop-in replacement
5858
for the standard WPF WebView2 control - both the WebView2 control and the WebView2CompositionControl
5959
implement the [Microsoft.Web.WebView2.Wpf.IWebView2](https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.wpf.iwebview2?view=webview2-dotnet-1.0.2739.15)
6060
interface, as well as derive from FrameworkElement (`FrameworkElement -> HwndHost -> WebView2`, and
@@ -79,6 +79,9 @@ whereas WebView2CompositionControl inherits from Control and [IKeyboardInputSite
7979

8080
Full public/protected API:
8181
```cs
82+
83+
namespace Microsoft.Web.WebView2.Wpf {
84+
8285
/// <summary>
8386
/// Visual hosting version of the WebView2 control.
8487
/// </summary>

0 commit comments

Comments
 (0)