Hi,
In VS2017 with ArcGis pro 2.5 SDK,
when i try to add a search textbox to a new dockpane, this error happens
Object reference not set to an instance of an object
Search textbox
The Search TextBox control is a custom search control in ArcGIS.Desktop.Framework.dll that provides an optional search history menu.
xmlns:controls="clr-namespace:ArcGIS.Desktop.Framework.Controls;assembly=ArcGIS.Desktop.Framework" <controls:SearchTextBox InfoText="Search features" SearchMode="Manual" Search="SearchTextBox_Search" Width="200"/>

It's the same with with a BurgerButton.
What is wrong for me ?
Is there someone else in the same case?
Thanks in advance for you reply.