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