示例#1
0
        public virtual T FindProximateParentTypedUIElement <T>() where T : class, IUIElement
        {
            IProximateParentTypedUIECalculator <T> calculator = new ProximateParentTypedUIECalculator <T>(this);

            return(calculator.Calculate());
        }
示例#2
0
        protected T FindProximateParentTypedUIElement <T>() where T : class, IUIElement
        {
            IProximateParentTypedUIECalculator <T> calculator = new ProximateParentTypedUIECalculator <T>(this.GetUIElement());

            return(calculator.Calculate());
        }