5 writes to IsLoadedCache
PresentationFramework (5)
System\Windows\BroadcastEventHelper.cs (5)
339
fe.
IsLoadedCache
= (routedEvent == FrameworkElement.LoadedEvent);
725
fe.
IsLoadedCache
= IsLoadedHelper(parent);
731
fe.
IsLoadedCache
= true;
735
fe.
IsLoadedCache
= false;
741
fe.
IsLoadedCache
= false;
1 reference to IsLoadedCache
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5674
return
IsLoadedCache
;