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