1 instantiation of PickerSource
Microsoft.Maui (1)
Handlers\Picker\PickerHandler.iOS.cs (1)
50
pickerView.Model = new
PickerSource
(this);
8 references to PickerSource
Microsoft.Maui (8)
Handlers\Picker\PickerHandler.iOS.cs (7)
163
void UpdatePickerFromPickerSource(
PickerSource
? pickerSource)
177
var
source = (
PickerSource
)pickerView.Model;
184
var
pickerSource = pickerView?.Model as
PickerSource
;
258
PickerSource
? model = (
PickerSource
)pickerView.Model;
Platform\iOS\PickerExtensions.cs (1)
58
if (pickerView?.Model is
PickerSource
source)