This commit is contained in:
Wiesław Šoltés 2021-05-18 12:32:17 +02:00
Родитель 66d3260ef7
Коммит 9f8c5a9c58
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -70,7 +70,7 @@ namespace GridDemo
AffectsParentMeasure<CustomGrid>(ColumnDefinitionsSourceProperty, RowDefinitionsSourceProperty); AffectsParentMeasure<CustomGrid>(ColumnDefinitionsSourceProperty, RowDefinitionsSourceProperty);
} }
private void InvalidateDefinitions() public void InvalidateDefinitions()
{ {
if (ColumnDefinitionsSource is not null && RowDefinitionsSource is not null) if (ColumnDefinitionsSource is not null && RowDefinitionsSource is not null)
{ {