11 references to TryGetService
System.Windows.Forms.Design (11)
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (5)
173
if (
TryGetService
(out DesignSurfaceServiceContainer? dsc))
251
if (
TryGetService
(out IComponentChangeService? cs))
419
if (!
TryGetService
(out IComponentChangeService? componentChangeService))
635
if (!successful && !(
TryGetService
(out IDesignerLoaderHost2? lh2) && lh2.IgnoreErrorsDuringReload))
674
if (
TryGetService
(out IComponentChangeService? componentChangeService))
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (6)
91
if (
TryGetService
(out IComponentChangeService? componentChangeService))
97
if (
TryGetService
(out IDesignerHost? host))
594
if (!
TryGetService
(out ITypeResolutionService? typeResolutionService))
607
if (
TryGetService
(out _extenderProviderService))
694
if (
TryGetService
(out IComponentChangeService? componentChangeService))
773
if (!
TryGetService
(out IComponentChangeService? cs))