|
|
|
|
@ -1,13 +1,14 @@
@@ -1,13 +1,14 @@
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<UserControl |
|
|
|
|
x:Class="ICSharpCode.ILSpy.Controls.ResourceStringTable" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:controls="clr-namespace:ICSharpCode.ILSpy.Controls"> |
|
|
|
|
x:Class="ICSharpCode.ILSpy.Controls.ResourceStringTable" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> |
|
|
|
|
<UserControl.CommandBindings> |
|
|
|
|
<CommandBinding Command="ApplicationCommands.Copy" |
|
|
|
|
Executed="ExecuteCopy" |
|
|
|
|
CanExecute="CanExecuteCopy"/> |
|
|
|
|
</UserControl.CommandBindings> |
|
|
|
|
<ListView |
|
|
|
|
Name="resourceListView"> |
|
|
|
|
Name="resourceListView" |
|
|
|
|
SelectionMode="Extended"> |
|
|
|
|
<ListView.View> |
|
|
|
|
<GridView |
|
|
|
|
AllowsColumnReorder="False"> |
|
|
|
|
|