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)
566if (IsLoaded == true) 1345if (IsLoaded)
System\Windows\Controls\ListView.cs (1)
261if (IsLoaded)
System\Windows\Controls\MenuItem.cs (1)
551if (!mi.IsLoaded)
System\Windows\Controls\Primitives\Popup.cs (1)
312if (!popup.IsLoaded && VisualTreeHelper.GetParent(popup) != null)
System\Windows\Controls\ToolBar.cs (1)
210if (!tb.IsLoaded)
System\Windows\FrameworkElement.cs (1)
1134if ((fe != null && fe.IsLoaded) || (fce != null && fce.IsLoaded))
System\Windows\Generated\FrameworkElement.cs (2)
964BroadcastEventHelper.BroadcastLoadedSynchronously(this, IsLoaded); 978BroadcastEventHelper.BroadcastUnloadedSynchronously(this, IsLoaded);
System\Windows\Window.cs (1)
1937if (IsLoaded == true)
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
335if (_keyTipControl != null && _keyTipControl.IsLoaded)
Microsoft\Windows\Controls\KeyTipService.cs (1)
385else if (!fe.IsLoaded)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (3)
1207if (win.IsLoaded) 1304if (!ribbon.IsLoaded || 1894if (quickAccessToolBar != null && !quickAccessToolBar.IsLoaded)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
649if (!group.IsLoaded)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1141if (!menuButton.IsLoaded)