AdvancedLauncher.Tools.Interop.HwndSourceHostRoot.GetUIParentCore C# (CSharp) 메소드

GetUIParentCore() 보호된 메소드

protected GetUIParentCore ( ) : DependencyObject
리턴 System.Windows.DependencyObject
        protected override System.Windows.DependencyObject GetUIParentCore()
        {
            if (IsLogicalParentEnabled) {
                return base.GetUIParentCore();
            } else {
                return null;
            }
        }