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;
912
if (
_contentHost
!= null)
918
viewer =
_contentHost
.Child as IFlowDocumentViewer;
945
_contentHost
.Child = feViewer;
1899
if (
_contentHost
!= null)
1901
return (IFlowDocumentViewer)
_contentHost
.Child;