microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
dev/georgeng/autogen-cicd

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

dotnet/visualStudioTypeAgent/ChatToolWindowControl.xaml

11lines · modecode

1<UserControl
2 x:Class="Microsoft.TypeAgent.VisualStudio.ChatToolWindowControl"
3 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5 xmlns:wv2="clr-namespace:Microsoft.Web.WebView2.Wpf;assembly=Microsoft.Web.WebView2.Wpf"
6 Background="{DynamicResource VsBrush.Window}"
7 Foreground="{DynamicResource VsBrush.WindowText}">
8 <Grid>
9 <wv2:WebView2 x:Name="ChatWebView" />
10 </Grid>
11</UserControl>
12