1 write to _currentSource
Microsoft.AspNetCore.Components.Web (1)
Image\Image.cs (1)
106
_currentSource
= source;
4 references to _currentSource
Microsoft.AspNetCore.Components.Web (4)
Image\Image.cs (4)
34
private bool IsLoading =>
_currentSource
!= null && string.IsNullOrEmpty(_currentObjectUrl) && !_hasError;
98
if (
_currentSource
!= null && HasSameKey(
_currentSource
, source))
140
var showInitialLoad = Source != null &&
_currentSource
== null && string.IsNullOrEmpty(_currentObjectUrl) && !_hasError;