1 write to _buttonTextColorDefaultDisabled
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ButtonRenderer.cs (1)
116 _buttonTextColorDefaultDisabled = Control.TitleColor(UIControlState.Disabled);
2 references to _buttonTextColorDefaultDisabled
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ButtonRenderer.cs (2)
225 Control.SetTitleColor(_buttonTextColorDefaultDisabled, UIControlState.Disabled); 233 Control.SetTitleColor(_useLegacyColorManagement ? _buttonTextColorDefaultDisabled : color, UIControlState.Disabled);