5 writes to _textBoxContentHost
PresentationFramework (5)
System\Windows\Controls\Primitives\TextBoxBase.cs (5)
1898
_textBoxContentHost
= GetTemplateChild(ContentHostTemplateName) as FrameworkElement;
1911
_textBoxContentHost
= null;
1925
_textBoxContentHost
= null;
1944
_textBoxContentHost
= null;
1974
_textBoxContentHost
= null;
9 references to _textBoxContentHost
PresentationFramework (9)
System\Windows\Controls\Primitives\TextBoxBase.cs (9)
1771
return
_textBoxContentHost
!= null;
1906
if (
_textBoxContentHost
is ScrollViewer scrollViewer)
1920
else if (
_textBoxContentHost
is Decorator decorator)
1942
if (
_textBoxContentHost
!= null)
1961
if (
_textBoxContentHost
is ScrollViewer)
1963
((ScrollViewer)
_textBoxContentHost
).Content = null;
1965
else if (
_textBoxContentHost
is Decorator)
1967
((Decorator)
_textBoxContentHost
).Child = null;
1971
Invariant.Assert(
_textBoxContentHost
== null, "_textBoxContentHost must be null here");