8 references to IconImageSourceProperty
Microsoft.Maui.Controls (4)
Compatibility\Handlers\FlyoutPage\iOS\PhoneFlyoutPageRenderer.cs (1)
351 if (e.PropertyName == Page.IconImageSourceProperty.PropertyName || e.PropertyName == Page.TitleProperty.PropertyName)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (1)
178 if (e.PropertyName == Page.IconImageSourceProperty.PropertyName || e.PropertyName == Page.TitleProperty.PropertyName)
Page\Page.cs (2)
119 get { return (ImageSource)GetValue(IconImageSourceProperty); } 120 set { SetValue(IconImageSourceProperty, value); }
Microsoft.Maui.Controls.Compatibility (4)
iOS\Renderers\NavigationRenderer.cs (1)
832 await FlyoutPage.Flyout.ApplyNativeImageAsync(Page.IconImageSourceProperty, icon =>
iOS\Renderers\PhoneFlyoutPageRenderer.cs (1)
239 if (e.PropertyName == Page.IconImageSourceProperty.PropertyName || e.PropertyName == Page.TitleProperty.PropertyName)
iOS\Renderers\TabbedRenderer.cs (1)
197 if (e.PropertyName == Page.IconImageSourceProperty.PropertyName || e.PropertyName == Page.TitleProperty.PropertyName)
iOS\Renderers\TabletFlyoutPageRenderer.cs (1)
436 if (e.PropertyName == Page.IconImageSourceProperty.PropertyName || e.PropertyName == Page.TitleProperty.PropertyName)