3 writes to IsLoadedCache
PresentationFramework (3)
src\Framework\System\Windows\BroadcastEventHelper.cs (3)
405
fce.
IsLoadedCache
= (routedEvent == FrameworkElement.LoadedEvent);
760
fce.
IsLoadedCache
= IsLoadedHelper(parent);
765
fce.
IsLoadedCache
= false;
1 reference to IsLoadedCache
PresentationFramework (1)
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1698
return
IsLoadedCache
;