c# - Cannot find resource named 'UndockArrowBrush' -


i try add hidden control tfspendingchanges xaml definition

<usercontrol       xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"       xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"       xmlns:d="http://schemas.microsoft.com/expression/blend/2008"       xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"       visibility="hidden"       mc:ignorable="d"       x:class="vsextensions.integrationsectionview"       x:name="integrationsection"       d:designwidth="39" d:designheight="39">    <grid x:name="layoutroot" visibility="hidden">    </grid> </usercontrol> 

when run visual studio throw error :

system.reflection.targetinvocationexception: exception has been thrown target of invocation.. ---> system.windows.markup.xamlparseexception: provide value on 'system.windows.staticresourceextension' threw exception. ---> system.exception: cannot find resource named 'undockarrowbrush'. resource names case sensitive.

what missing ?


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -