3 writes to IsLoadedCache
PresentationFramework (3)
System\Windows\BroadcastEventHelper.cs (3)
400
fce.
IsLoadedCache
= (routedEvent == FrameworkElement.LoadedEvent);
755
fce.
IsLoadedCache
= IsLoadedHelper(parent);
760
fce.
IsLoadedCache
= false;
1 reference to IsLoadedCache
PresentationFramework (1)
System\Windows\FrameworkContentElement.cs (1)
1666
return
IsLoadedCache
;