4 references to ContentHostHelper
PresentationFramework (4)
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
2523
IContentHost contentHost =
ContentHostHelper
.FindContentHost(contentElement);
src\Framework\System\Windows\Input\KeyboardNavigation.cs (3)
730
_contentHostParent = MS.Internal.Documents.
ContentHostHelper
.FindContentHost(_adornedContentElement);
822
IContentHost ich = MS.Internal.Documents.
ContentHostHelper
.FindContentHost(ce);
1864
return MS.Internal.Documents.
ContentHostHelper
.FindContentHost(contentElement) as DependencyObject;