19 references to IsLoaded
PresentationFramework (12)
MS\Internal\FrameworkObject.cs (1)
453return _fe.IsLoaded;
System\Windows\Controls\ComboBox.cs (1)
154if (!cb.IsLoaded)
System\Windows\Controls\Frame.cs (2)
564if (IsLoaded) 1329if (IsLoaded)
System\Windows\Controls\ListView.cs (1)
257if (IsLoaded)
System\Windows\Controls\MenuItem.cs (1)
550if (!mi.IsLoaded)
System\Windows\Controls\Primitives\Popup.cs (1)
307if (!popup.IsLoaded && VisualTreeHelper.GetParent(popup) != null)
System\Windows\Controls\ToolBar.cs (1)
209if (!tb.IsLoaded)
System\Windows\FrameworkElement.cs (1)
1123if ((fe != null && fe.IsLoaded) || (fce != null && fce.IsLoaded))
System\Windows\Generated\FrameworkElement.cs (2)
961BroadcastEventHelper.BroadcastLoadedSynchronously(this, IsLoaded); 975BroadcastEventHelper.BroadcastUnloadedSynchronously(this, IsLoaded);
System\Windows\Window.cs (1)
1924if (IsLoaded)
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
331if (_keyTipControl != null && _keyTipControl.IsLoaded)
Microsoft\Windows\Controls\KeyTipService.cs (1)
381else if (!fe.IsLoaded)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (3)
1197if (win.IsLoaded) 1291if (!ribbon.IsLoaded || 1868if (quickAccessToolBar != null && !quickAccessToolBar.IsLoaded)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
642if (!group.IsLoaded)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1134if (!menuButton.IsLoaded)