19 references to IsLoaded
PresentationFramework (12)
MS\Internal\FrameworkObject.cs (1)
457return _fe.IsLoaded;
System\Windows\Controls\ComboBox.cs (1)
165if (!cb.IsLoaded)
System\Windows\Controls\Frame.cs (2)
578if (IsLoaded == true) 1357if (IsLoaded)
System\Windows\Controls\ListView.cs (1)
261if (IsLoaded)
System\Windows\Controls\MenuItem.cs (1)
561if (!mi.IsLoaded)
System\Windows\Controls\Primitives\Popup.cs (1)
319if (!popup.IsLoaded && VisualTreeHelper.GetParent(popup) != null)
System\Windows\Controls\ToolBar.cs (1)
219if (!tb.IsLoaded)
System\Windows\FrameworkElement.cs (1)
1138if ((fe != null && fe.IsLoaded) || (fce != null && fce.IsLoaded))
System\Windows\Generated\FrameworkElement.cs (2)
970BroadcastEventHelper.BroadcastLoadedSynchronously(this, IsLoaded); 984BroadcastEventHelper.BroadcastUnloadedSynchronously(this, IsLoaded);
System\Windows\Window.cs (1)
1878if (IsLoaded == true)
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
338if (_keyTipControl != null && _keyTipControl.IsLoaded)
Microsoft\Windows\Controls\KeyTipService.cs (1)
387else if (!fe.IsLoaded)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (3)
1210if (win.IsLoaded) 1307if (!ribbon.IsLoaded || 1897if (quickAccessToolBar != null && !quickAccessToolBar.IsLoaded)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
652if (!group.IsLoaded)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1144if (!menuButton.IsLoaded)