5 writes to _textBoxContentHost
PresentationFramework (5)
System\Windows\Controls\Primitives\TextBoxBase.cs (5)
1886
_textBoxContentHost
= GetTemplateChild(ContentHostTemplateName) as FrameworkElement;
1899
_textBoxContentHost
= null;
1913
_textBoxContentHost
= null;
1932
_textBoxContentHost
= null;
1962
_textBoxContentHost
= null;
9 references to _textBoxContentHost
PresentationFramework (9)
System\Windows\Controls\Primitives\TextBoxBase.cs (9)
1768
return
_textBoxContentHost
!= null;
1894
if (
_textBoxContentHost
is ScrollViewer scrollViewer)
1908
else if (
_textBoxContentHost
is Decorator decorator)
1930
if (
_textBoxContentHost
!= null)
1949
if (
_textBoxContentHost
is ScrollViewer)
1951
((ScrollViewer)
_textBoxContentHost
).Content = null;
1953
else if (
_textBoxContentHost
is Decorator)
1955
((Decorator)
_textBoxContentHost
).Child = null;
1959
Invariant.Assert(
_textBoxContentHost
== null, "_textBoxContentHost must be null here");