2 writes to Owner
Microsoft.AspNetCore.Components.Web (2)
Forms\InputFile.cs (2)
84
imageFile.
Owner
= this;
93
file.
Owner
= this;
2 references to Owner
Microsoft.AspNetCore.Components.Web (2)
Forms\InputFile\BrowserFile.cs (1)
43
return
Owner
.OpenReadStream(this, maxAllowedSize, cancellationToken);
Forms\InputFile\BrowserFileExtensions.cs (1)
31
return browserFileInternal.
Owner
.ConvertToImageFileAsync(browserFileInternal, format, maxWidth, maxHeight);