You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Xaml objects should not call InitializeComponent during construction. If a Xaml object needs to access a Xaml property during initialization, it should override
11
+
// Xaml objects should not call InitializeComponent during construction.
12
+
// If a Xaml object needs to access a Xaml property during initialization, it should override
12
13
// InitializeComponent. See https://github.com/microsoft/cppwinrt/tree/master/nuget#initializecomponent
0 commit comments