5 references to IsLoaded
PresentationFramework (4)
MS\Internal\FrameworkObject.cs (1)
461return _fce.IsLoaded;
System\Windows\FrameworkElement.cs (1)
1138if ((fe != null && fe.IsLoaded) || (fce != null && fce.IsLoaded))
System\Windows\Generated\FrameworkContentElement.cs (2)
938BroadcastEventHelper.BroadcastLoadedSynchronously(this, IsLoaded); 952BroadcastEventHelper.BroadcastUnloadedSynchronously(this, IsLoaded);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
382if (fce == null || !fce.IsLoaded)