9 references to AmbientProperties
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (9)
668private AmbientProperties? AmbientPropertiesService 672if (Properties.TryGetValueOrNull(s_ambientPropertiesServiceProperty, out AmbientProperties? ambientProperties)) 677ambientProperties = Site is not null ? Site.GetService<AmbientProperties>() : GetService<AmbientProperties>(); 1081AmbientProperties? ambient = AmbientPropertiesService; 2295AmbientProperties? ambient = AmbientPropertiesService; 3208AmbientProperties? oldAmbients = AmbientPropertiesService; 3209AmbientProperties? newAmbients = null; 3213newAmbients = value.GetService<AmbientProperties>();