You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Allows to specify <see cref="CSharpMarkup.WinUI"/> types (e.g. <see cref="TextBlock"/>) as well as commonly used built-in C# / UI types (e.g. <see cref="string"/> or <see cref="Xaml.Thickness"/>).
49
53
/// </summary>
50
54
/// <remarks>For types not supported by implicit conversion, use the <see cref="UIObject(object)"/> contructor, e.g.: <code>new (FontCapitals.Normal)</code></remarks>
Copy file name to clipboardexpand all lines: src/CSharpMarkup.WinUI/Generated/SourceGenerators/SourceGenerators.CsMarkupApiSourceGenerator/UnoWinUI.NET7_0.cs
+4-4
Original file line number
Diff line number
Diff line change
@@ -8320,9 +8320,9 @@ public static CommandBar CommandBar(params CommandBarElement[] PrimaryCommands)
8320
8320
var subChildren = Spreader<CommandBarElement>.ExtractChildren(child);
Copy file name to clipboardexpand all lines: src/CSharpMarkup.WinUI/Generated/SourceGenerators/SourceGenerators.CsMarkupApiSourceGenerator/UnoWinUI.NET7_0_ANDROID.cs
+4-4
Original file line number
Diff line number
Diff line change
@@ -8544,9 +8544,9 @@ public static CommandBar CommandBar(params CommandBarElement[] PrimaryCommands)
8544
8544
var subChildren = Spreader<CommandBarElement>.ExtractChildren(child);
Copy file name to clipboardexpand all lines: src/CSharpMarkup.WinUI/Generated/SourceGenerators/SourceGenerators.CsMarkupApiSourceGenerator/UnoWinUI.NET7_0_IOS.cs
+4-4
Original file line number
Diff line number
Diff line change
@@ -8673,9 +8673,9 @@ public static CommandBar CommandBar(params CommandBarElement[] PrimaryCommands)
8673
8673
var subChildren = Spreader<CommandBarElement>.ExtractChildren(child);
Copy file name to clipboardexpand all lines: src/CSharpMarkup.WinUI/Generated/SourceGenerators/SourceGenerators.CsMarkupApiSourceGenerator/UnoWinUI.NET7_0_MACCATALYST.cs
+4-4
Original file line number
Diff line number
Diff line change
@@ -8673,9 +8673,9 @@ public static CommandBar CommandBar(params CommandBarElement[] PrimaryCommands)
8673
8673
var subChildren = Spreader<CommandBarElement>.ExtractChildren(child);
Copy file name to clipboardexpand all lines: src/CSharpMarkup.WinUI/Generated/SourceGenerators/SourceGenerators.CsMarkupApiSourceGenerator/UnoWinUI.NET7_0_MACOS.cs
+4-4
Original file line number
Diff line number
Diff line change
@@ -8673,9 +8673,9 @@ public static CommandBar CommandBar(params CommandBarElement[] PrimaryCommands)
8673
8673
var subChildren = Spreader<CommandBarElement>.ExtractChildren(child);
Copy file name to clipboardexpand all lines: src/CSharpMarkup.WinUI/Generated/SourceGenerators/SourceGenerators.CsMarkupApiSourceGenerator/WinUI.NET7_0_WINDOWS10_0_18362_0.cs
+8-8
Original file line number
Diff line number
Diff line change
@@ -7076,9 +7076,9 @@ public static CommandBar CommandBar(params CommandBarElement[] PrimaryCommands)
7076
7076
var subChildren = Spreader<CommandBarElement>.ExtractChildren(child);
public interface IUI_Dispatcher<TUI> : IAnyUI<TUI> where TUI : System.Windows.Threading.DispatcherObject { }
140
+
141
+
public interface IAnyUI<TUI> : IAnyUI // Support non-DependencyObject/DispatcherObject UI types, e.g. an interface
143
142
{
144
143
TUI UI { get; }
145
144
}
146
145
146
+
public interface IAnyUI { }
147
+
147
148
/// <summary>
148
149
/// Allows to specify <see cref="CSharpMarkup.Wpf"/> types (e.g. <see cref="TextBlock"/>) as well as commonly used built-in C# / UI types (e.g. <see cref="string"/> or <see cref="System.Windows.Thickness"/>).
149
150
/// </summary>
150
151
/// <remarks>For types not supported by implicit conversion, use the <see cref="UIObject(object)"/> contructor, e.g.: <code>new (FontCapitals.Normal)</code></remarks>
0 commit comments