Beispiel #1
0
        internal void ApplyExpression(DependencyProperty dp, Expression expression, bool isInStyle)
        {
            INTERNAL_PropertyStorage storage;

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