19 references to IsLoaded
PresentationFramework (12)
MS\Internal\FrameworkObject.cs (1)
454return _fe.IsLoaded;
System\Windows\Controls\ComboBox.cs (1)
155if (!cb.IsLoaded)
System\Windows\Controls\Frame.cs (2)
565if (IsLoaded == true) 1330if (IsLoaded)
System\Windows\Controls\ListView.cs (1)
258if (IsLoaded)
System\Windows\Controls\MenuItem.cs (1)
551if (!mi.IsLoaded)
System\Windows\Controls\Primitives\Popup.cs (1)
308if (!popup.IsLoaded && VisualTreeHelper.GetParent(popup) != null)
System\Windows\Controls\ToolBar.cs (1)
210if (!tb.IsLoaded)
System\Windows\FrameworkElement.cs (1)
1124if ((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)
1925if (IsLoaded == true)
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
332if (_keyTipControl != null && _keyTipControl.IsLoaded)
Microsoft\Windows\Controls\KeyTipService.cs (1)
382else if (!fe.IsLoaded)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (3)
1198if (win.IsLoaded) 1292if (!ribbon.IsLoaded || 1869if (quickAccessToolBar != null && !quickAccessToolBar.IsLoaded)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
643if (!group.IsLoaded)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1135if (!menuButton.IsLoaded)