4 references to OnFormsElementMeasureInvalidated
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\StructuredItemsViewController.cs (4)
41
_headerViewFormsElement.MeasureInvalidated -=
OnFormsElementMeasureInvalidated
;
46
_footerViewFormsElement.MeasureInvalidated -=
OnFormsElementMeasureInvalidated
;
124
formsElement.MeasureInvalidated -=
OnFormsElementMeasureInvalidated
;
141
formsElement.MeasureInvalidated +=
OnFormsElementMeasureInvalidated
;