Skip to content

Commit

Permalink
feat: Update feature availablity for the other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam committed May 4, 2020
1 parent b249253 commit fc06be3
Showing 1 changed file with 8 additions and 8 deletions.
Expand Up @@ -20,10 +20,10 @@ public string PasswordChar
this.SetValue(PasswordCharProperty, value);
}
}
#endif
#endif
// Skipping already declared property Password
// Skipping already declared property MaxLength
#if __ANDROID__ || __IOS__ || NET461 || __WASM__ || false
#if false || false || false || false || false
[global::Uno.NotImplemented]
public bool IsPasswordRevealButtonEnabled
{
Expand All @@ -36,8 +36,8 @@ public bool IsPasswordRevealButtonEnabled
this.SetValue(IsPasswordRevealButtonEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __MACOS__
#endif
#if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.SolidColorBrush SelectionHighlightColor
{
Expand Down Expand Up @@ -134,17 +134,17 @@ public bool CanPasteClipboardContent
return (bool)this.GetValue(CanPasteClipboardContentProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET461 || __WASM__ || false
#endif
#if false || false || false || false || false
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsPasswordRevealButtonEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsPasswordRevealButtonEnabled", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.PasswordBox),
new FrameworkPropertyMetadata(default(bool)));
#endif
#endif
// Skipping already declared property MaxLengthProperty
#if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __MACOS__
#if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PasswordCharProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
Expand Down

0 comments on commit fc06be3

Please sign in to comment.