6 references to InvalidateMeasure
Microsoft.Maui (4)
Handlers\Image\ImageHandler.iOS.cs (1)
71 imageView.InvalidateMeasure(image);
Handlers\ScrollView\ScrollViewHandler.iOS.cs (1)
86 platformView.InvalidateMeasure(scrollView);
Handlers\View\ViewHandler.cs (1)
408 (handler.PlatformView as PlatformView)?.InvalidateMeasure(view);
Platform\iOS\LabelExtensions.cs (1)
43 platformLabel.InvalidateMeasure(label);
Microsoft.Maui.Controls (2)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (2)
539 View.InvalidateMeasure(Element); 908 current.ToPlatform().InvalidateMeasure(current);