3 writes to IsLoadedCache
PresentationFramework (3)
System\Windows\BroadcastEventHelper.cs (3)
407
fce.
IsLoadedCache
= (routedEvent == FrameworkElement.LoadedEvent);
762
fce.
IsLoadedCache
= IsLoadedHelper(parent);
767
fce.
IsLoadedCache
= false;
1 reference to IsLoadedCache
PresentationFramework (1)
System\Windows\FrameworkContentElement.cs (1)
1687
return
IsLoadedCache
;