1 write to searchBox
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (1)
231this.searchBox = this.Template.FindName("PART_SearchBox", this) as TextBox;
7 references to searchBox
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (5)
254if (null != this.searchBox && 255e.OriginalSource == this.searchBox && 268if (null != this.searchBox && e.Source != this.searchBox) 273this.searchBox.Focus();
System.Activities.Presentation\System\Activities\Presentation\Toolbox\TreeViewContainerStyleSelector.cs (2)
38if (null != this.owner.searchBox) 42searchTextBinding.Source = this.owner.searchBox;