1 write to TargetProperty
Microsoft.Maui.Controls (1)
Compatibility\iOS\NativeViewPropertyListener.cs (1)
19
TargetProperty
= targetProperty;
2 references to TargetProperty
Microsoft.Maui.Controls (2)
Compatibility\iOS\NativeViewPropertyListener.cs (2)
26
if (keyPath.ToString().Equals(
TargetProperty
, StringComparison.OrdinalIgnoreCase))
27
PropertyChanged?.Invoke(ofObject, new PropertyChangedEventArgs(
TargetProperty
));