6 references to HasFlag
Microsoft.Maui (6)
Layouts\AbsoluteLayoutManager.cs (6)
38 bool isWidthProportional = HasFlag(flags, AbsoluteLayoutFlags.WidthProportional); 39 bool isHeightProportional = HasFlag(flags, AbsoluteLayoutFlags.HeightProportional); 80 bool isWidthProportional = HasFlag(flags, AbsoluteLayoutFlags.WidthProportional); 81 bool isHeightProportional = HasFlag(flags, AbsoluteLayoutFlags.HeightProportional); 86 if (HasFlag(flags, AbsoluteLayoutFlags.XProportional)) 91 if (HasFlag(flags, AbsoluteLayoutFlags.YProportional))