1 type derived from GestureElement
Microsoft.Maui.Controls (1)
Span.cs (1)
10
public class Span :
GestureElement
, IFontElement, IStyleElement, ITextElement, ILineHeightElement, IDecorableTextElement
8 references to GestureElement
Microsoft.Maui.Controls (8)
EnumerableExtensions.cs (4)
8
public static bool HasChildGesturesFor<T>(this IEnumerable<
GestureElement
>? elements, Func<T, bool>? predicate = null) where T : GestureRecognizer
15
foreach (
var
element in elements)
29
public static IEnumerable<T> GetChildGesturesFor<T>(this IEnumerable<
GestureElement
>? elements, Func<T, bool>? predicate = null) where T : GestureRecognizer
36
foreach (
var
element in elements)
IGestureController.cs (1)
9
IList<
GestureElement
> GetChildElements(Point point);
Label\Label.cs (2)
392
public override IList<
GestureElement
> GetChildElements(Point point)
397
var spans = new List<
GestureElement
>();
View\View.cs (1)
216
public virtual IList<
GestureElement
> GetChildElements(Point point)