16 references to AmbientProperties
System.Windows.Forms (16)
winforms\Managed\System\WinForms\Control.cs (16)
900private AmbientProperties AmbientPropertiesService { 903AmbientProperties props = (AmbientProperties)Properties.GetObject(PropAmbientPropertiesService, out contains); 906props = (AmbientProperties)Site.GetService(typeof(AmbientProperties)); 909props = (AmbientProperties)GetService(typeof(AmbientProperties)); 1103AmbientProperties ambient = AmbientPropertiesService; 2063AmbientProperties ambient = AmbientPropertiesService; 2517AmbientProperties ambient = AmbientPropertiesService; 2633AmbientProperties ambient = AmbientPropertiesService; 2730AmbientProperties ambient = AmbientPropertiesService; 3821AmbientProperties oldAmbients = AmbientPropertiesService; 3822AmbientProperties newAmbients = null; 3825newAmbients = (AmbientProperties)value.GetService(typeof(AmbientProperties));