1 write to searchBox
System.Data (1)
cdf\src\NetFx40\Tools\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.Data (7)
cdf\src\NetFx40\Tools\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();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\TreeViewContainerStyleSelector.cs (2)
38if (null != this.owner.searchBox) 42searchTextBinding.Source = this.owner.searchBox;