5 writes to IsLoadedCache
PresentationFramework (5)
src\Framework\System\Windows\BroadcastEventHelper.cs (5)
344
fe.
IsLoadedCache
= (routedEvent == FrameworkElement.LoadedEvent);
730
fe.
IsLoadedCache
= IsLoadedHelper(parent);
736
fe.
IsLoadedCache
= true;
740
fe.
IsLoadedCache
= false;
746
fe.
IsLoadedCache
= false;
1 reference to IsLoadedCache
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElement.cs (1)
5685
return
IsLoadedCache
;