internal void SetValueCore(BindablePropertyKey propertyKey, object value, SetValueFlags attributes = SetValueFlags.None) { SetValueCore(propertyKey.BindableProperty, value, attributes, SetValuePrivateFlags.None, false); }
/// <summary> /// Sets the value of the propertyKey. /// </summary> /// <param name="property">The BindablePropertyKey on which to assign a value.</param> /// <param name="value">The value to set.</param> internal void SetValueFromRenderer(BindablePropertyKey property, object value) { SetValueCore(property, value); }