1 write to _contentHost
PresentationFramework (1)
System\Windows\Controls\FlowDocumentReader.cs (1)
99
_contentHost
= GetTemplateChild(_contentHostTemplateName) as Decorator;
10 references to _contentHost
PresentationFramework (10)
System\Windows\Controls\FlowDocumentReader.cs (10)
97
_contentHost
.Child = null;
100
if (
_contentHost
!= null)
102
if (
_contentHost
.Child != null)
211
if (
_contentHost
!= null)
213
viewer =
_contentHost
.Child as IFlowDocumentViewer;
917
if (
_contentHost
!= null)
923
viewer =
_contentHost
.Child as IFlowDocumentViewer;
950
_contentHost
.Child = feViewer;
1903
if (
_contentHost
!= null)
1905
return (IFlowDocumentViewer)
_contentHost
.Child;