Exemplo n.º 1
0
        private static void AllowShowPasswordChanged(BindableObject bindable, object oldValue, object newValue)
        {
            PasswordEntryView passwordEntry = bindable as PasswordEntryView;

            if (passwordEntry != null)
            {
                passwordEntry.OnPropertyChanged("ShowPasswordColumnWidth");
            }
        }
Exemplo n.º 2
0
        private static void ShowStrengthIndicatorPropertyChanged(BindableObject bindable, object oldValue, object newValue)
        {
            PasswordEntryView passwordEntry = bindable as PasswordEntryView;

            passwordEntry.OnPropertyChanged("StrengthIndicatorColWidth");
        }