Beispiel #1
0
        public void InitializeComponent()
        {
            if (_contentLoaded)
            {
                return;
            }

            _contentLoaded = true;
            global::Windows.UI.Xaml.Application.LoadComponent(this, new global::System.Uri("ms-appx:///Settings.xaml"), global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);

            settingsFlyout  = (global::Windows.UI.Xaml.Controls.SettingsFlyout) this.FindName("settingsFlyout");
            test            = (global::Windows.UI.Xaml.Controls.TextBlock) this.FindName("test");
            colorPicker     = (global::Windows.UI.Xaml.Controls.GridView) this.FindName("colorPicker");
            LiveTile_switch = (global::Windows.UI.Xaml.Controls.ToggleSwitch) this.FindName("LiveTile_switch");
        }
Beispiel #2
0
 public SettingsFlyoutAutomationPeer(global::Windows.UI.Xaml.Controls.SettingsFlyout owner) : base(owner)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.SettingsFlyoutAutomationPeer", "SettingsFlyoutAutomationPeer.SettingsFlyoutAutomationPeer(SettingsFlyout owner)");
 }