4 implementations of UnderlyingSystemType
PresentationFramework (1)
MS\Internal\Interop\InternalDispatchObject.cs (1)
131Type IReflect.UnderlyingSystemType
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
47public abstract Type UnderlyingSystemType { get; }
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2996Type IReflect.UnderlyingSystemType => typeof(IAccessible);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
1253Type IReflect.UnderlyingSystemType => typeof(IDesignerHost).UnderlyingSystemType;