Пример #1
0
        internal void ApplyBindingExpression(DependencyProperty dp, BindingExpression expression)
        {
            INTERNAL_PropertyStorage storage;

            INTERNAL_PropertyStore.TryGetStorage(this, dp, true /*create*/, out storage);
            INTERNAL_PropertyStore.RefreshBindingExpressionCommon(storage, expression); // Set LocalStyle if Binding is from style.
        }