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