1 write to _contentHost
PresentationFramework (1)
System\Windows\Controls\FlowDocumentReader.cs (1)
93
_contentHost
= GetTemplateChild(_contentHostTemplateName) as Decorator;
10 references to _contentHost
PresentationFramework (10)
System\Windows\Controls\FlowDocumentReader.cs (10)
91
_contentHost
.Child = null;
94
if (
_contentHost
!= null)
96
if (
_contentHost
.Child != null)
205
if (
_contentHost
!= null)
207
viewer =
_contentHost
.Child as IFlowDocumentViewer;
905
if (
_contentHost
!= null)
911
viewer =
_contentHost
.Child as IFlowDocumentViewer;
938
_contentHost
.Child = feViewer;
1862
if (
_contentHost
!= null)
1864
return (IFlowDocumentViewer)
_contentHost
.Child;