5 writes to IsLoadedCache
PresentationFramework (5)
System\Windows\BroadcastEventHelper.cs (5)
346
fe.
IsLoadedCache
= (routedEvent == FrameworkElement.LoadedEvent);
732
fe.
IsLoadedCache
= IsLoadedHelper(parent);
738
fe.
IsLoadedCache
= true;
742
fe.
IsLoadedCache
= false;
748
fe.
IsLoadedCache
= false;
1 reference to IsLoadedCache
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5687
return
IsLoadedCache
;