37 instantiations of PlatformConfigurationRegistry
Microsoft.Maui.Controls (37)
ActivityIndicator\ActivityIndicator.cs (1)
23 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<ActivityIndicator>>(() => new PlatformConfigurationRegistry<ActivityIndicator>(this));
Application\Application.cs (1)
55 _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)
354 _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)
37 public CheckBox() => _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<CheckBox>>(() => new PlatformConfigurationRegistry<CheckBox>(this));
DatePicker\DatePicker.cs (1)
53 _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)
34 _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)
122 _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)
100 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Page>>(() => new PlatformConfigurationRegistry<Page>(this));
Picker\Picker.cs (1)
73 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Picker>>(() => new PlatformConfigurationRegistry<Picker>(this));
ProgressBar\ProgressBar.cs (1)
26 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<ProgressBar>>(() => new PlatformConfigurationRegistry<ProgressBar>(this));
RadioButton\RadioButton.cs (1)
213 new PlatformConfigurationRegistry<RadioButton>(this));
RefreshView\RefreshView.cs (1)
27 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<RefreshView>>(() => new PlatformConfigurationRegistry<RefreshView>(this));
ScrollView\ScrollView.cs (1)
235 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<ScrollView>>(() => new PlatformConfigurationRegistry<ScrollView>(this));
SearchBar\SearchBar.cs (1)
125 _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)
63 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Slider>>(() => new PlatformConfigurationRegistry<Slider>(this));
Stepper\Stepper.cs (1)
56 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)
56 _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)
48 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<TimePicker>>(() => new PlatformConfigurationRegistry<TimePicker>(this));
WebView\WebView.cs (1)
60 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<WebView>>(() => new PlatformConfigurationRegistry<WebView>(this));
75 references to PlatformConfigurationRegistry
Microsoft.Maui.Controls (75)
ActivityIndicator\ActivityIndicator.cs (2)
18 readonly Lazy<PlatformConfigurationRegistry<ActivityIndicator>> _platformConfigurationRegistry; 23 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<ActivityIndicator>>(() => new PlatformConfigurationRegistry<ActivityIndicator>(this));
Application\Application.cs (2)
22 readonly Lazy<PlatformConfigurationRegistry<Application>> _platformConfigurationRegistry; 55 _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)
145 readonly Lazy<PlatformConfigurationRegistry<Button>> _platformConfigurationRegistry; 354 _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)
12 readonly Lazy<PlatformConfigurationRegistry<CheckBox>> _platformConfigurationRegistry; 37 public CheckBox() => _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<CheckBox>>(() => new PlatformConfigurationRegistry<CheckBox>(this));
DatePicker\DatePicker.cs (2)
48 readonly Lazy<PlatformConfigurationRegistry<DatePicker>> _platformConfigurationRegistry; 53 _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)
29 readonly Lazy<PlatformConfigurationRegistry<Image>> _platformConfigurationRegistry; 34 _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)
117 readonly Lazy<PlatformConfigurationRegistry<Label>> _platformConfigurationRegistry; 122 _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)
69 readonly Lazy<PlatformConfigurationRegistry<Page>> _platformConfigurationRegistry; 100 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Page>>(() => new PlatformConfigurationRegistry<Page>(this));
Picker\Picker.cs (2)
67 readonly Lazy<PlatformConfigurationRegistry<Picker>> _platformConfigurationRegistry; 73 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Picker>>(() => new PlatformConfigurationRegistry<Picker>(this));
ProgressBar\ProgressBar.cs (2)
21 readonly Lazy<PlatformConfigurationRegistry<ProgressBar>> _platformConfigurationRegistry; 26 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<ProgressBar>>(() => new PlatformConfigurationRegistry<ProgressBar>(this));
RadioButton\RadioButton.cs (2)
50 readonly Lazy<PlatformConfigurationRegistry<RadioButton>> _platformConfigurationRegistry; 212 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<RadioButton>>(() =>
RefreshView\RefreshView.cs (2)
16 readonly Lazy<PlatformConfigurationRegistry<RefreshView>> _platformConfigurationRegistry; 27 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<RefreshView>>(() => new PlatformConfigurationRegistry<RefreshView>(this));
ScrollView\ScrollView.cs (2)
134 readonly Lazy<PlatformConfigurationRegistry<ScrollView>> _platformConfigurationRegistry; 235 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<ScrollView>>(() => new PlatformConfigurationRegistry<ScrollView>(this));
SearchBar\SearchBar.cs (2)
75 readonly Lazy<PlatformConfigurationRegistry<SearchBar>> _platformConfigurationRegistry; 125 _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)
58 readonly Lazy<PlatformConfigurationRegistry<Slider>> _platformConfigurationRegistry; 63 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Slider>>(() => new PlatformConfigurationRegistry<Slider>(this));
Stepper\Stepper.cs (2)
53 readonly Lazy<PlatformConfigurationRegistry<Stepper>> _platformConfigurationRegistry; 56 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)
51 readonly Lazy<PlatformConfigurationRegistry<Switch>> _platformConfigurationRegistry; 56 _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)
43 readonly Lazy<PlatformConfigurationRegistry<TimePicker>> _platformConfigurationRegistry; 48 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<TimePicker>>(() => new PlatformConfigurationRegistry<TimePicker>(this));
WebView\WebView.cs (2)
52 readonly Lazy<PlatformConfigurationRegistry<WebView>> _platformConfigurationRegistry; 60 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<WebView>>(() => new PlatformConfigurationRegistry<WebView>(this));