2 references to FlyoutHeaderBehaviorProperty
Microsoft.Maui.Controls (2)
Shell\Shell.cs (2)
1414
get => (FlyoutHeaderBehavior)GetValue(
FlyoutHeaderBehaviorProperty
);
1415
set => SetValue(
FlyoutHeaderBehaviorProperty
, value);