1 instantiation of MauiCommandBar
Microsoft.Maui.Controls (1)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
402
private object Activate_51_MauiCommandBar() { return new global::Microsoft.Maui.Controls.Platform.
MauiCommandBar
(); }
9 references to MauiCommandBar
Microsoft.Maui.Controls (9)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (6)
316
_typeTable[51] = typeof(global::Microsoft.Maui.Controls.Platform.
MauiCommandBar
);
448
private void StaticInitializer_51_MauiCommandBar() => global::System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(typeof(global::Microsoft.Maui.Controls.Platform.
MauiCommandBar
).TypeHandle);
1468
var
that = (global::Microsoft.Maui.Controls.Platform.
MauiCommandBar
)instance;
1473
var
that = (global::Microsoft.Maui.Controls.Platform.
MauiCommandBar
)instance;
Platform\Windows\MauiCommandBar.cs (1)
149
(d as
MauiCommandBar
)?.UpdateVisibility();
Platform\Windows\ToolbarPlacementHelper.cs (2)
117
var
MauiCommandBar = _commandBar as
MauiCommandBar
;