1 write to searchBox
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (1)
231
this.
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)
254
if (null != this.
searchBox
&&
255
e.OriginalSource == this.
searchBox
&&
268
if (null != this.
searchBox
&& e.Source != this.
searchBox
)
273
this.
searchBox
.Focus();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\TreeViewContainerStyleSelector.cs (2)
38
if (null != this.owner.
searchBox
)
42
searchTextBinding.Source = this.owner.
searchBox
;