1 write to _contentHost
PresentationFramework (1)
System\Windows\Controls\FlowDocumentReader.cs (1)
94
_contentHost
= GetTemplateChild(_contentHostTemplateName) as Decorator;
10 references to _contentHost
PresentationFramework (10)
System\Windows\Controls\FlowDocumentReader.cs (10)
92
_contentHost
.Child = null;
95
if (
_contentHost
!= null)
97
if (
_contentHost
.Child != null)
206
if (
_contentHost
!= null)
208
viewer =
_contentHost
.Child as IFlowDocumentViewer;
906
if (
_contentHost
!= null)
912
viewer =
_contentHost
.Child as IFlowDocumentViewer;
939
_contentHost
.Child = feViewer;
1863
if (
_contentHost
!= null)
1865
return (IFlowDocumentViewer)
_contentHost
.Child;