oracle/opengrok

support for WPF resources in definition?

開放

#856 建立於 2014年9月7日

 (3 則留言) (0 個反應) (0 位負責人)Java (747 個分叉)batch import
enhancementhelp wantedindexer

倉庫指標

星標
 (4,060 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Hi,

When working in WPF, we define resources and use them.

Resource definition is made, for example, like this:

<Style x:Key="actionTemplateSelector">...</Style>

Using the resource can either be in C#, or in other Xaml files, like this for example:

<Button Style="{StaticResource actionTemplateSelector}" />

If I could search for a resource key by its definition, it will really help a lot. Today, we always do the full search and scan all the pages until we find x:key=”[the resource we searched for]”.

Is there a way to make definition search (or symbol search) work? thanks.

貢獻者指南