5 writes to IsLoadedCache
PresentationFramework (5)
System\Windows\BroadcastEventHelper.cs (5)
340
fe.
IsLoadedCache
= (routedEvent == FrameworkElement.LoadedEvent);
726
fe.
IsLoadedCache
= IsLoadedHelper(parent);
732
fe.
IsLoadedCache
= true;
736
fe.
IsLoadedCache
= false;
742
fe.
IsLoadedCache
= false;
1 reference to IsLoadedCache
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5676
return
IsLoadedCache
;