AppStore.AppStore_XamlTypeInfo.XamlMember.SetIsDependencyProperty C# (CSharp) Method

SetIsDependencyProperty() public method

public SetIsDependencyProperty ( ) : void
return void
        public void SetIsDependencyProperty() { _isDependencyProperty = true; }
        public bool IsDependencyProperty { get { return _isDependencyProperty; } }