18 references to IsLoaded
PresentationFramework (12)
src\Framework\MS\Internal\FrameworkObject.cs (1)
485return _fe.IsLoaded;
src\Framework\System\Windows\Controls\ComboBox.cs (1)
166if (!cb.IsLoaded)
src\Framework\System\Windows\Controls\Frame.cs (2)
600if (IsLoaded == true) 1377if (IsLoaded)
src\Framework\System\Windows\Controls\ListView.cs (1)
263if (IsLoaded)
src\Framework\System\Windows\Controls\MenuItem.cs (1)
556if (!mi.IsLoaded)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
317if (!popup.IsLoaded && VisualTreeHelper.GetParent(popup) != null)
src\Framework\System\Windows\Controls\ToolBar.cs (1)
220if (!tb.IsLoaded)
src\Framework\System\Windows\FrameworkElement.cs (1)
1144if ((fe != null && fe.IsLoaded) || (fce != null && fce.IsLoaded))
src\Framework\System\Windows\Generated\FrameworkElement.cs (2)
981BroadcastEventHelper.BroadcastLoadedSynchronously(this, IsLoaded); 995BroadcastEventHelper.BroadcastUnloadedSynchronously(this, IsLoaded);
src\Framework\System\Windows\Window.cs (1)
1988if (IsLoaded == true)
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderStandardCategoryLayout.cs (1)
81if (container != null && container.IsLoaded)
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (1)
396if (this.IsLoaded)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (1)
136if (!window.IsLoaded)
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelItemViewModel.cs (1)
373if (designer.Icon != null || designer.IsLoaded)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
357if (this.IsLoaded && this.ContentTemplate.Equals(this.FindResource("textblock"))) 384if (this.IsLoaded)