14 references to TryGetSource
Microsoft.Maui.Controls (14)
BindingExpression.cs (2)
602
if (
TryGetSource
(out var source))
645
if (_listener != null && _listener.
TryGetSource
(out source) && ReferenceEquals(handler, source))
Internals\WeakEventProxy.cs (4)
88
if (
TryGetSource
(out var s))
99
if (
TryGetSource
(out var s))
135
if (
TryGetSource
(out var s))
147
if (
TryGetSource
(out var s))
Shapes\Shape.cs (2)
486
if (
TryGetSource
(out var s))
503
if (
TryGetSource
(out var s))
TypedBinding.cs (2)
471
if (Listener != null && Listener.
TryGetSource
(out var target))
480
if (Listener.
TryGetSource
(out var source) && ReferenceEquals(value, source))
VisualElement\VisualElement.cs (4)
141
if (
TryGetSource
(out var s))
158
if (
TryGetSource
(out var s))
360
if (
TryGetSource
(out var s))
377
if (
TryGetSource
(out var s))