37 instantiations of PlatformConfigurationRegistry
Microsoft.Maui.Controls (37)
ActivityIndicator\ActivityIndicator.cs (1)
21
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<ActivityIndicator>>(() => new
PlatformConfigurationRegistry
<ActivityIndicator>(this));
Application\Application.cs (1)
54
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Application>>(() => new
PlatformConfigurationRegistry
<Application>(this));
BoxView\BoxView.cs (1)
23
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<BoxView>>(() => new
PlatformConfigurationRegistry
<BoxView>(this));
Button\Button.cs (1)
353
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Button>>(() => new
PlatformConfigurationRegistry
<Button>(this));
CarouselPage\CarouselPage.cs (1)
14
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<CarouselPage>>(() => new
PlatformConfigurationRegistry
<CarouselPage>(this));
Cells\Cell.cs (1)
351
new Lazy<PlatformConfigurationRegistry<Cell>>(() => new
PlatformConfigurationRegistry
<Cell>(cell));
CheckBox\CheckBox.cs (1)
35
public CheckBox() => _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<CheckBox>>(() => new
PlatformConfigurationRegistry
<CheckBox>(this));
DatePicker\DatePicker.cs (1)
51
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<DatePicker>>(() => new
PlatformConfigurationRegistry
<DatePicker>(this));
Editor\Editor.cs (1)
100
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Editor>>(() => new
PlatformConfigurationRegistry
<Editor>(this));
Entry\Entry.cs (1)
95
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Entry>>(() => new
PlatformConfigurationRegistry
<Entry>(this));
FlyoutPage\FlyoutPage.cs (1)
309
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<FlyoutPage>>(() => new
PlatformConfigurationRegistry
<FlyoutPage>(this));
Frame\Frame.cs (1)
28
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Frame>>(() => new
PlatformConfigurationRegistry
<Frame>(this));
Image\Image.cs (1)
32
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Image>>(() => new
PlatformConfigurationRegistry
<Image>(this));
ImageButton\ImageButton.cs (1)
65
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<ImageButton>>(() => new
PlatformConfigurationRegistry
<ImageButton>(this));
Label\Label.cs (1)
120
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Label>>(() => new
PlatformConfigurationRegistry
<Label>(this));
LegacyLayouts\AbsoluteLayout.cs (1)
31
new
PlatformConfigurationRegistry
<AbsoluteLayout>(this));
LegacyLayouts\Grid.cs (1)
76
new
PlatformConfigurationRegistry
<Grid>(this));
LegacyLayouts\RelativeLayout.cs (1)
48
new
PlatformConfigurationRegistry
<RelativeLayout>(this));
LegacyLayouts\StackLayout.cs (1)
28
new
PlatformConfigurationRegistry
<StackLayout>(this));
ListView\ListView.cs (1)
113
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<ListView>>(() => new
PlatformConfigurationRegistry
<ListView>(this));
NavigationPage\NavigationPage.cs (1)
79
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<NavigationPage>>(() => new
PlatformConfigurationRegistry
<NavigationPage>(this));
Page\Page.cs (1)
98
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Page>>(() => new
PlatformConfigurationRegistry
<Page>(this));
Picker\Picker.cs (1)
71
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Picker>>(() => new
PlatformConfigurationRegistry
<Picker>(this));
ProgressBar\ProgressBar.cs (1)
24
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<ProgressBar>>(() => new
PlatformConfigurationRegistry
<ProgressBar>(this));
RadioButton\RadioButton.cs (1)
211
new
PlatformConfigurationRegistry
<RadioButton>(this));
RefreshView\RefreshView.cs (1)
25
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<RefreshView>>(() => new
PlatformConfigurationRegistry
<RefreshView>(this));
ScrollView\ScrollView.cs (1)
233
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<ScrollView>>(() => new
PlatformConfigurationRegistry
<ScrollView>(this));
SearchBar\SearchBar.cs (1)
112
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<SearchBar>>(() => new
PlatformConfigurationRegistry
<SearchBar>(this));
Shell\ShellItem.cs (1)
177
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<ShellItem>>(() => new
PlatformConfigurationRegistry
<ShellItem>(this));
Slider\Slider.cs (1)
61
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Slider>>(() => new
PlatformConfigurationRegistry
<Slider>(this));
Stepper\Stepper.cs (1)
54
public Stepper() => _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Stepper>>(() => new
PlatformConfigurationRegistry
<Stepper>(this));
SwipeView\SwipeView.cs (1)
21
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<SwipeView>>(() => new
PlatformConfigurationRegistry
<SwipeView>(this));
Switch\Switch.cs (1)
54
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Switch>>(() => new
PlatformConfigurationRegistry
<Switch>(this));
TabbedPage\TabbedPage.cs (1)
74
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<TabbedPage>>(() => new
PlatformConfigurationRegistry
<TabbedPage>(this));
TableView\TableView.cs (1)
44
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<TableView>>(() => new
PlatformConfigurationRegistry
<TableView>(this));
TimePicker\TimePicker.cs (1)
46
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<TimePicker>>(() => new
PlatformConfigurationRegistry
<TimePicker>(this));
WebView\WebView.cs (1)
58
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<WebView>>(() => new
PlatformConfigurationRegistry
<WebView>(this));
75 references to PlatformConfigurationRegistry
Microsoft.Maui.Controls (75)
ActivityIndicator\ActivityIndicator.cs (2)
16
readonly Lazy<
PlatformConfigurationRegistry
<ActivityIndicator>> _platformConfigurationRegistry;
21
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<ActivityIndicator>>(() => new PlatformConfigurationRegistry<ActivityIndicator>(this));
Application\Application.cs (2)
21
readonly Lazy<
PlatformConfigurationRegistry
<Application>> _platformConfigurationRegistry;
54
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<Application>>(() => new PlatformConfigurationRegistry<Application>(this));
BoxView\BoxView.cs (2)
18
readonly Lazy<
PlatformConfigurationRegistry
<BoxView>> _platformConfigurationRegistry;
23
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<BoxView>>(() => new PlatformConfigurationRegistry<BoxView>(this));
Button\Button.cs (2)
144
readonly Lazy<
PlatformConfigurationRegistry
<Button>> _platformConfigurationRegistry;
353
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<Button>>(() => new PlatformConfigurationRegistry<Button>(this));
CarouselPage\CarouselPage.cs (2)
9
readonly Lazy<
PlatformConfigurationRegistry
<CarouselPage>> _platformConfigurationRegistry;
14
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<CarouselPage>>(() => new PlatformConfigurationRegistry<CarouselPage>(this));
Cells\Cell.cs (3)
347
readonly Lazy<
PlatformConfigurationRegistry
<Cell>> _platformConfigurationRegistry;
351
new Lazy<
PlatformConfigurationRegistry
<Cell>>(() => new PlatformConfigurationRegistry<Cell>(cell));
360
internal
PlatformConfigurationRegistry
<Cell> Registry => _platformConfigurationRegistry.Value;
CheckBox\CheckBox.cs (2)
10
readonly Lazy<
PlatformConfigurationRegistry
<CheckBox>> _platformConfigurationRegistry;
35
public CheckBox() => _platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<CheckBox>>(() => new PlatformConfigurationRegistry<CheckBox>(this));
DatePicker\DatePicker.cs (2)
46
readonly Lazy<
PlatformConfigurationRegistry
<DatePicker>> _platformConfigurationRegistry;
51
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<DatePicker>>(() => new PlatformConfigurationRegistry<DatePicker>(this));
Editor\Editor.cs (2)
60
readonly Lazy<
PlatformConfigurationRegistry
<Editor>> _platformConfigurationRegistry;
100
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<Editor>>(() => new PlatformConfigurationRegistry<Editor>(this));
Entry\Entry.cs (2)
88
readonly Lazy<
PlatformConfigurationRegistry
<Entry>> _platformConfigurationRegistry;
95
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<Entry>>(() => new PlatformConfigurationRegistry<Entry>(this));
FlyoutPage\FlyoutPage.cs (2)
309
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<FlyoutPage>>(() => new PlatformConfigurationRegistry<FlyoutPage>(this));
314
readonly Lazy<
PlatformConfigurationRegistry
<FlyoutPage>> _platformConfigurationRegistry;
Frame\Frame.cs (2)
23
readonly Lazy<
PlatformConfigurationRegistry
<Frame>> _platformConfigurationRegistry;
28
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<Frame>>(() => new PlatformConfigurationRegistry<Frame>(this));
Image\Image.cs (2)
27
readonly Lazy<
PlatformConfigurationRegistry
<Image>> _platformConfigurationRegistry;
32
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<Image>>(() => new PlatformConfigurationRegistry<Image>(this));
ImageButton\ImageButton.cs (2)
59
readonly Lazy<
PlatformConfigurationRegistry
<ImageButton>> _platformConfigurationRegistry;
65
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<ImageButton>>(() => new PlatformConfigurationRegistry<ImageButton>(this));
Label\Label.cs (2)
115
readonly Lazy<
PlatformConfigurationRegistry
<Label>> _platformConfigurationRegistry;
120
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<Label>>(() => new PlatformConfigurationRegistry<Label>(this));
LegacyLayouts\AbsoluteLayout.cs (2)
24
readonly Lazy<
PlatformConfigurationRegistry
<AbsoluteLayout>> _platformConfigurationRegistry;
30
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<AbsoluteLayout>>(() =>
LegacyLayouts\Grid.cs (2)
69
readonly Lazy<
PlatformConfigurationRegistry
<Grid>> _platformConfigurationRegistry;
75
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<Grid>>(() =>
LegacyLayouts\RelativeLayout.cs (2)
36
readonly Lazy<
PlatformConfigurationRegistry
<RelativeLayout>> _platformConfigurationRegistry;
47
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<RelativeLayout>>(() =>
LegacyLayouts\StackLayout.cs (2)
22
readonly Lazy<
PlatformConfigurationRegistry
<StackLayout>> _platformConfigurationRegistry;
27
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<StackLayout>>(() =>
ListView\ListView.cs (2)
87
readonly Lazy<
PlatformConfigurationRegistry
<ListView>> _platformConfigurationRegistry;
113
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<ListView>>(() => new PlatformConfigurationRegistry<ListView>(this));
NavigationPage\NavigationPage.cs (2)
79
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<NavigationPage>>(() => new PlatformConfigurationRegistry<NavigationPage>(this));
419
readonly Lazy<
PlatformConfigurationRegistry
<NavigationPage>> _platformConfigurationRegistry;
Page\Page.cs (2)
67
readonly Lazy<
PlatformConfigurationRegistry
<Page>> _platformConfigurationRegistry;
98
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<Page>>(() => new PlatformConfigurationRegistry<Page>(this));
Picker\Picker.cs (2)
65
readonly Lazy<
PlatformConfigurationRegistry
<Picker>> _platformConfigurationRegistry;
71
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<Picker>>(() => new PlatformConfigurationRegistry<Picker>(this));
ProgressBar\ProgressBar.cs (2)
19
readonly Lazy<
PlatformConfigurationRegistry
<ProgressBar>> _platformConfigurationRegistry;
24
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<ProgressBar>>(() => new PlatformConfigurationRegistry<ProgressBar>(this));
RadioButton\RadioButton.cs (2)
48
readonly Lazy<
PlatformConfigurationRegistry
<RadioButton>> _platformConfigurationRegistry;
210
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<RadioButton>>(() =>
RefreshView\RefreshView.cs (2)
14
readonly Lazy<
PlatformConfigurationRegistry
<RefreshView>> _platformConfigurationRegistry;
25
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<RefreshView>>(() => new PlatformConfigurationRegistry<RefreshView>(this));
ScrollView\ScrollView.cs (2)
132
readonly Lazy<
PlatformConfigurationRegistry
<ScrollView>> _platformConfigurationRegistry;
233
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<ScrollView>>(() => new PlatformConfigurationRegistry<ScrollView>(this));
SearchBar\SearchBar.cs (2)
70
readonly Lazy<
PlatformConfigurationRegistry
<SearchBar>> _platformConfigurationRegistry;
112
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<SearchBar>>(() => new PlatformConfigurationRegistry<SearchBar>(this));
Shell\ShellItem.cs (2)
149
Lazy<
PlatformConfigurationRegistry
<ShellItem>> _platformConfigurationRegistry;
177
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<ShellItem>>(() => new PlatformConfigurationRegistry<ShellItem>(this));
Slider\Slider.cs (2)
56
readonly Lazy<
PlatformConfigurationRegistry
<Slider>> _platformConfigurationRegistry;
61
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<Slider>>(() => new PlatformConfigurationRegistry<Slider>(this));
Stepper\Stepper.cs (2)
51
readonly Lazy<
PlatformConfigurationRegistry
<Stepper>> _platformConfigurationRegistry;
54
public Stepper() => _platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<Stepper>>(() => new PlatformConfigurationRegistry<Stepper>(this));
SwipeView\SwipeView.cs (2)
14
readonly Lazy<
PlatformConfigurationRegistry
<SwipeView>> _platformConfigurationRegistry;
21
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<SwipeView>>(() => new PlatformConfigurationRegistry<SwipeView>(this));
Switch\Switch.cs (2)
49
readonly Lazy<
PlatformConfigurationRegistry
<Switch>> _platformConfigurationRegistry;
54
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<Switch>>(() => new PlatformConfigurationRegistry<Switch>(this));
TabbedPage\TabbedPage.cs (2)
26
readonly Lazy<
PlatformConfigurationRegistry
<TabbedPage>> _platformConfigurationRegistry;
74
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<TabbedPage>>(() => new PlatformConfigurationRegistry<TabbedPage>(this));
TableView\TableView.cs (2)
24
readonly Lazy<
PlatformConfigurationRegistry
<TableView>> _platformConfigurationRegistry;
44
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<TableView>>(() => new PlatformConfigurationRegistry<TableView>(this));
TimePicker\TimePicker.cs (2)
41
readonly Lazy<
PlatformConfigurationRegistry
<TimePicker>> _platformConfigurationRegistry;
46
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<TimePicker>>(() => new PlatformConfigurationRegistry<TimePicker>(this));
WebView\WebView.cs (2)
50
readonly Lazy<
PlatformConfigurationRegistry
<WebView>> _platformConfigurationRegistry;
58
_platformConfigurationRegistry = new Lazy<
PlatformConfigurationRegistry
<WebView>>(() => new PlatformConfigurationRegistry<WebView>(this));