9 references to AmbientProperties
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (9)
658private AmbientProperties? AmbientPropertiesService 662if (Properties.TryGetValueOrNull(s_ambientPropertiesServiceProperty, out AmbientProperties? ambientProperties)) 667ambientProperties = Site is not null ? Site.GetService<AmbientProperties>() : GetService<AmbientProperties>(); 893AmbientProperties? ambient = AmbientPropertiesService; 2107AmbientProperties? ambient = AmbientPropertiesService; 3020AmbientProperties? oldAmbients = AmbientPropertiesService; 3021AmbientProperties? newAmbients = null; 3025newAmbients = value.GetService<AmbientProperties>();