1 write to _handler
Microsoft.Maui.Controls (1)
Platform\Windows\CollectionView\ItemContentControl.cs (1)
184
_handler
= _visualElement.ToHandler(mauiContext);
6 references to _handler
Microsoft.Maui.Controls (6)
Platform\Windows\CollectionView\ItemContentControl.cs (6)
156
if (itemsView != null &&
_handler
?.VirtualView is Element e)
203
if (
_handler
.VirtualView is ICrossPlatformLayout)
205
Content =
_handler
.ToPlatform();
209
Content = new ContentLayoutPanel(
_handler
.VirtualView);
244
var formsElement =
_handler
?.VirtualView as VisualElement;
306
if (
_handler
is null)