-1

我想从 WPF 应用程序特别是资源字典中提取 XAML 样式,如下所示:

<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008">
....
4

1 回答 1

2

您可能正在寻找Styles Explorer、带有 BAML 查看器的Reflector甚至是SnoopWPF

于 2013-05-22T21:15:11.047 回答