5 references to EnsureInstance
PresentationFramework (5)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
5463
TextSearch instance = TextSearch.
EnsureInstance
(this);
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
1685
TextSearch instance = TextSearch.
EnsureInstance
(this);
1711
TextSearch instance = TextSearch.
EnsureInstance
(this);
src\Framework\System\Windows\Controls\ListBox.cs (1)
420
TextSearch instance = TextSearch.
EnsureInstance
(this);
src\Framework\System\Windows\Controls\TextSearch.cs (1)
743
return
EnsureInstance
(d as ItemsControl);