1 write to _nSCache
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
76
_nSCache
= new NSCache();
2 references to _nSCache
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (2)
453
UIImage img = (UIImage)
_nSCache
.ObjectForKey((NSString)hamburgerKey);
480
_nSCache
.SetObjectforKey(img, (NSString)hamburgerKey);