public bool Equals(global::Windows.UI.Xaml.GridLength gridLength)
 {
     throw null;
 }
Esempio n. 2
0
 public static bool Equals(global::Windows.UI.Xaml.GridLength target, global::Windows.UI.Xaml.GridLength value)
 {
     throw new global::System.NotImplementedException("The member bool GridLengthHelper.Equals(GridLength target, GridLength value) is not implemented in Uno.");
 }
 public bool Equals(global::Windows.UI.Xaml.GridLength gridLength)
 {
     return(default(bool));
 }
Esempio n. 4
0
 public static bool GetIsStar(global::Windows.UI.Xaml.GridLength target)
 {
     throw new global::System.NotImplementedException("The member bool GridLengthHelper.GetIsStar(GridLength target) is not implemented in Uno.");
 }
Esempio n. 5
0
 public static void Set_Windows_UI_Xaml_Controls_RowDefinition_Height(global::Windows.UI.Xaml.Controls.RowDefinition obj, global::Windows.UI.Xaml.GridLength value)
 {
     obj.Height = value;
 }