1 instantiation of ItemContentControl
Microsoft.Maui.Controls (1)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
396private 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); 430private void StaticInitializer_21_ItemContentControl() => global::System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(typeof(global::Microsoft.Maui.Controls.Platform.ItemContentControl).TypeHandle); 1228var that = (global::Microsoft.Maui.Controls.Platform.ItemContentControl)instance; 1233var that = (global::Microsoft.Maui.Controls.Platform.ItemContentControl)instance; 1238var that = (global::Microsoft.Maui.Controls.Platform.ItemContentControl)instance; 1243var that = (global::Microsoft.Maui.Controls.Platform.ItemContentControl)instance; 1248var that = (global::Microsoft.Maui.Controls.Platform.ItemContentControl)instance; 1253var that = (global::Microsoft.Maui.Controls.Platform.ItemContentControl)instance; 1258var that = (global::Microsoft.Maui.Controls.Platform.ItemContentControl)instance; 1263var that = (global::Microsoft.Maui.Controls.Platform.ItemContentControl)instance; 1268var that = (global::Microsoft.Maui.Controls.Platform.ItemContentControl)instance; 1273var that = (global::Microsoft.Maui.Controls.Platform.ItemContentControl)instance; 1278var that = (global::Microsoft.Maui.Controls.Platform.ItemContentControl)instance; 1283var that = (global::Microsoft.Maui.Controls.Platform.ItemContentControl)instance; 1288var that = (global::Microsoft.Maui.Controls.Platform.ItemContentControl)instance; 1293var 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),