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>(); 1072AmbientProperties? ambient = AmbientPropertiesService; 2286AmbientProperties? ambient = AmbientPropertiesService; 3199AmbientProperties? oldAmbients = AmbientPropertiesService; 3200AmbientProperties? newAmbients = null; 3204newAmbients = value.GetService<AmbientProperties>();