2 writes to _headerUIView
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\StructuredItemsViewController.cs (2)
49
_headerUIView
= null;
113
ref
_headerUIView
, ref _headerViewFormsElement);
8 references to _headerUIView
Microsoft.Maui.Controls.Compatibility (8)
iOS\CollectionView\StructuredItemsViewController.cs (8)
157
nfloat headerWidth =
_headerUIView
?.Frame.Width ?? 0f;
161
if (
_headerUIView
!= null &&
_headerUIView
.Frame.X != headerWidth)
162
_headerUIView
.Frame = new CoreGraphics.CGRect(-headerWidth, 0, headerWidth, CollectionView.Frame.Height);
185
nfloat headerHeight =
_headerUIView
?.Frame.Height ?? 0f;
205
if (
_headerUIView
!= null &&
_headerUIView
.Frame.Y != headerHeight)
207
_headerUIView
.Frame = new CoreGraphics.CGRect(0, -headerHeight, CollectionView.Frame.Width, headerHeight);