1 instantiation of ItemContentControl
Microsoft.Maui.Controls (1)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
396
private object Activate_21_ItemContentControl() { return new global::Microsoft.Maui.Controls.Platform.
ItemContentControl
(); }
52 references to ItemContentControl
Microsoft.Maui.Controls (52)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (30)
286
_typeTable[21] = typeof(global::Microsoft.Maui.Controls.Platform.
ItemContentControl
);
430
private void StaticInitializer_21_ItemContentControl() => global::System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(typeof(global::Microsoft.Maui.Controls.Platform.
ItemContentControl
).TypeHandle);
1228
var
that = (global::Microsoft.Maui.Controls.Platform.
ItemContentControl
)instance;
1233
var
that = (global::Microsoft.Maui.Controls.Platform.
ItemContentControl
)instance;
1238
var
that = (global::Microsoft.Maui.Controls.Platform.
ItemContentControl
)instance;
1243
var
that = (global::Microsoft.Maui.Controls.Platform.
ItemContentControl
)instance;
1248
var
that = (global::Microsoft.Maui.Controls.Platform.
ItemContentControl
)instance;
1253
var
that = (global::Microsoft.Maui.Controls.Platform.
ItemContentControl
)instance;
1258
var
that = (global::Microsoft.Maui.Controls.Platform.
ItemContentControl
)instance;
1263
var
that = (global::Microsoft.Maui.Controls.Platform.
ItemContentControl
)instance;
1268
var
that = (global::Microsoft.Maui.Controls.Platform.
ItemContentControl
)instance;
1273
var
that = (global::Microsoft.Maui.Controls.Platform.
ItemContentControl
)instance;
1278
var
that = (global::Microsoft.Maui.Controls.Platform.
ItemContentControl
)instance;
1283
var
that = (global::Microsoft.Maui.Controls.Platform.
ItemContentControl
)instance;
1288
var
that = (global::Microsoft.Maui.Controls.Platform.
ItemContentControl
)instance;
1293
var
that = (global::Microsoft.Maui.Controls.Platform.
ItemContentControl
)instance;
Handlers\Items\CarouselViewHandler.Windows.cs (2)
587
foreach (
var
item in ListViewBase.GetChildren<
ItemContentControl
>())
Handlers\Items\ItemsViewHandler.Windows.cs (2)
183
foreach (
var
item in platformView.GetChildren<
ItemContentControl
>())
Handlers\Items\SelectableItemsViewHandler.Windows.cs (2)
200
var formsItemContentControls = ListViewBase.GetChildren<
ItemContentControl
>();
202
foreach (
var
formsItemContentControl in formsItemContentControls)
Platform\Windows\CollectionView\ItemContentControl.cs (16)
21
DefaultStyleKey = typeof(
ItemContentControl
);
26
nameof(MauiContext), typeof(IMauiContext), typeof(
ItemContentControl
),
36
var
itemContentControl = (
ItemContentControl
)d;
47
nameof(FormsDataTemplate), typeof(DataTemplate), typeof(
ItemContentControl
),
57
var
itemContentControl = (
ItemContentControl
)d;
68
nameof(FormsDataContext), typeof(object), typeof(
ItemContentControl
),
73
var
formsContentControl = (
ItemContentControl
)d;
84
nameof(FormsContainer), typeof(BindableObject), typeof(
ItemContentControl
),
89
var
formsContentControl = (
ItemContentControl
)d;
100
nameof(ItemHeight), typeof(double), typeof(
ItemContentControl
),
110
nameof(ItemWidth), typeof(double), typeof(
ItemContentControl
),
120
nameof(ItemSpacing), typeof(Thickness), typeof(
ItemContentControl
),