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