2 writes to SelfSizing
Microsoft.Maui.Controls (2)
Layout\FlexLayout.cs (1)
498
item.
SelfSizing
= (Flex.Item it, ref float w, ref float h, bool inMeasureMode) =>
LegacyLayouts\FlexLayout.cs (1)
309
item.
SelfSizing
= (Flex.Item it, ref float w, ref float h, bool inMeasureMode) =>
3 references to SelfSizing
Microsoft.Maui (3)
Layouts\Flex.cs (3)
435
if (
SelfSizing
!= null)
506
if (child.
SelfSizing
!= null)
510
child.
SelfSizing
(child, ref size[0], ref size[1], inMeasureMode);