3 instantiations of WeakNotifyPropertyChangedProxy
Microsoft.Maui.Controls (3)
Border\Border.cs (2)
76
_strokeShapeProxy ??=
new
();
117
_strokeProxy ??=
new
();
VisualElement\VisualElement.cs (1)
2147
_shadowProxy ??=
new
();
3 references to WeakNotifyPropertyChangedProxy
Microsoft.Maui.Controls (3)
Border\Border.cs (2)
17
WeakNotifyPropertyChangedProxy
? _strokeShapeProxy = null;
19
WeakNotifyPropertyChangedProxy
? _strokeProxy = null;
VisualElement\VisualElement.cs (1)
302
WeakNotifyPropertyChangedProxy
_shadowProxy = null;