1 implementation of Value
Microsoft.Maui (1)
ImageSources\ImageSourceServiceResult.cs (1)
68
public PlatformView
Value
{ get; }
12 references to Value
Microsoft.Maui.Controls (12)
Compatibility\Handlers\FlyoutPage\iOS\PhoneFlyoutPageRenderer.cs (1)
510
var bgImage = result?.
Value
;
Compatibility\Handlers\ListView\iOS\ImageCellRenderer.cs (1)
48
var uiimage = result?.
Value
;
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (2)
936
var icon = result?.
Value
;
1562
var image = result?.
Value
;
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
270
var nativeImage = result?.
Value
;
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (2)
347
icon = result?.
Value
;
794
var result = image?.
Value
;
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
503
TabBarItem = new UITabBarItem(ShellSection.Title, icon?.
Value
, null);
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (2)
512
if (result?.
Value
== null)
515
source.SetResult(Tuple.Create(result.
Value
, (UIImage)null));
Compatibility\iOS\Extensions\ToolbarItemExtensions.cs (2)
110
Image = result?.
Value
;
196
((SecondaryToolbarItemContent)CustomView).Image = result?.
Value
;