Home
last modified time | relevance | path

Searched refs:INestedSite (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DNestedContainer.cs53 INestedSite nestedOwnerSite = Owner.Site as INestedSite;
119 private class Site : INestedSite
H A DINestedSite.cs14 public interface INestedSite : ISite interface
H A DReflectTypeDescriptionProvider.ReflectedTypeData.cs173 INestedSite nestedSite = site as INestedSite; in GetComponentName()
H A DReflectTypeDescriptionProvider.cs739 INestedSite ns = comp?.Site as INestedSite; in GetFullComponentName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DNestedContainer.cs57 INestedSite nestedOwnerSite = _owner.Site as INestedSite;
113 private class Site : INestedSite
H A DINestedSite.cs16 public interface INestedSite : ISite { interface
H A DReflectTypeDescriptionProvider.cs765 INestedSite ns = comp.Site as INestedSite; in GetFullComponentName()
1599 INestedSite nestedSite = site as INestedSite; in GetComponentName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DNestedContainerTest.cs120 …Assert.AreEqual ("OwnerName.NestedComponentName", ((INestedSite)nestedComponent.Site).FullName, "#… in NameTest()
126 Assert.AreEqual ("NestedComponentName", ((INestedSite)nestedComponent.Site).FullName, "#5"); in NameTest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design.Serialization/
H A DComponentCodeDomSerializer.cs99 if (! (((IComponent)value).Site is INestedSite)) { in Serialize()
H A DDesignerSerializationManager.cs425 if (site != null && site is INestedSite) in IDesignerSerializationManager.GetName()
426 name = ((INestedSite)site).FullName; in IDesignerSerializationManager.GetName()
H A DCodeDomComponentSerializationService.cs421 if (component.Site is INestedSite) in GetName()
422 name = ((INestedSite)component.Site).FullName; in GetName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DDesignModeNestedContainer.cs46 private class Site : DesignModeSite, INestedSite
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs366 public partial interface INestedSite : System.ComponentModel.ISite, System.IServiceProvider interface
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/
H A Dcommon.sources507 ../referencesource/System/compmod/system/componentmodel/INestedSite.cs
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/netstandard/
H A DTypeForwarders.cs440 [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.INestedSite)…
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A Dnetstandard.cs334 …ystem.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.INestedSite))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A Dnetstandard.cs333 …ystem.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.INestedSite))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A Dnetstandard.cs334 …ystem.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.INestedSite))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A Dnetstandard.cs334 …ystem.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.INestedSite))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs2071 public partial interface INestedSite : System.ComponentModel.ISite, System.IServiceProvider interface
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs2074 public partial interface INestedSite : System.ComponentModel.ISite, System.IServiceProvider interface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs2069 public partial interface INestedSite : System.ComponentModel.ISite, System.IServiceProvider interface
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs2070 public partial interface INestedSite : System.ComponentModel.ISite, System.IServiceProvider interface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs3694 public partial interface INestedSite : System.ComponentModel.ISite, System.IServiceProvider interface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs3449 public partial interface INestedSite : System.ComponentModel.ISite, System.IServiceProvider interface

12