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