Browse Source

fixes:(XMLDOC): update xml comment (#6999)

* fixes:(XMLDOC): update xml comment

* Update src/Avalonia.Controls/Grid.cs

Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>

Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
release/0.10.11
workgroupengineering 4 years ago
committed by Dan Walmsley
parent
commit
25602cae38
  1. 2
      src/Avalonia.Controls/Grid.cs
  2. 4
      src/Skia/Avalonia.Skia/Gpu/ISkiaGpu.cs

2
src/Avalonia.Controls/Grid.cs

@ -978,7 +978,7 @@ namespace Avalonia.Controls
/// width is not registered in columns.</param>
/// <param name="forceInfinityV">Passed through to MeasureCell.
/// When "true" cells' desired height is not registered in rows.</param>
/// <param name="hasDesiredSizeUChanged">return true when desired size has changed</param>
/// <param name="hasDesiredSizeUChanged">When the method exits, indicates whether the desired size has changed.</param>
private void MeasureCellsGroup(
int cellsHead,
Size referenceSize,

4
src/Skia/Avalonia.Skia/Gpu/ISkiaGpu.cs

@ -20,8 +20,8 @@ namespace Avalonia.Skia
/// <summary>
/// Creates an offscreen render target surface
/// </summary>
/// <param name="size">size in pixels</param>
/// <param name="session">current Skia render session</param>
/// <param name="size">size in pixels.</param>
/// <param name="session">An optional custom render session.</param>
ISkiaSurface TryCreateSurface(PixelSize size, ISkiaGpuRenderSession session);
}

Loading…
Cancel
Save