1 instantiation of CellControl
Microsoft.Maui.Controls (1)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (1)
394private object Activate_15_CellControl() { return new global::Microsoft.Maui.Controls.Platform.Compatibility.CellControl(); }
16 references to CellControl
Microsoft.Maui.Controls (16)
artifacts\obj\Controls.Core\Debug\net9.0-windows10.0.20348.0\XamlTypeInfo.g.cs (10)
280_typeTable[15] = typeof(global::Microsoft.Maui.Controls.Platform.Compatibility.CellControl); 425private void StaticInitializer_15_CellControl() => global::System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(typeof(global::Microsoft.Maui.Controls.Platform.Compatibility.CellControl).TypeHandle); 1208var that = (global::Microsoft.Maui.Controls.Platform.Compatibility.CellControl)instance; 1213var that = (global::Microsoft.Maui.Controls.Platform.Compatibility.CellControl)instance; 1218var that = (global::Microsoft.Maui.Controls.Platform.Compatibility.CellControl)instance; 1223var that = (global::Microsoft.Maui.Controls.Platform.Compatibility.CellControl)instance;
Compatibility\Handlers\ListView\Windows\CellControl.cs (3)
26 public static readonly DependencyProperty CellProperty = DependencyProperty.Register("Cell", typeof(object), typeof(CellControl), 27 new PropertyMetadata(null, (o, e) => ((CellControl)o).SetSource((Cell)e.OldValue, (Cell)e.NewValue))); 29 public static readonly DependencyProperty IsGroupHeaderProperty = DependencyProperty.Register("IsGroupHeader", typeof(bool), typeof(CellControl), null);
Compatibility\Handlers\ListView\Windows\ListViewRenderer.cs (3)
410 Element.ClearValue(CellControl.MeasuredEstimateProperty); 836 foreach (CellControl selector in FindDescendants<CellControl>(List))