1 instantiation of AppThemeProxy
Microsoft.Maui.Controls (1)
AppThemeBinding.cs (1)
74 _appThemeProxy = new AppThemeProxy(bindObj as Element, this);
2 references to AppThemeProxy
Microsoft.Maui.Controls (2)
AppThemeBinding.cs (2)
23 propertyChanged: (bindable, oldValue, newValue) => ((AppThemeProxy)bindable).OnAppThemeChanged()); 42 AppThemeProxy _appThemeProxy;