4 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)
117
get { return (ImageSource)GetValue(
IconImageSourceProperty
); }
118
set { SetValue(
IconImageSourceProperty
, value); }