26 references to IsCOMObject
Microsoft.VisualBasic.Core (13)
Microsoft\VisualBasic\CompilerServices\LateBinding.vb (12)
90
If objType.
IsCOMObject
Then
135
If objType.
IsCOMObject
() OrElse ((Not args Is Nothing) AndAlso (args.Length > 0)) Then
147
If Not objType.
IsCOMObject
() Then
288
If objType.
IsCOMObject
() Then
429
If Not objType.
IsCOMObject
() Then
482
If Not objType.
IsCOMObject
OrElse objType.FullName = "System.__ComObject" Then
560
If Not objType.
IsCOMObject
() Then
610
If objType.
IsCOMObject
() Then
807
If objType.
IsCOMObject
() Then
859
If objType.
IsCOMObject
Then
968
If objType.
IsCOMObject
Then
978
If Not objType.
IsCOMObject
Then
Microsoft\VisualBasic\CompilerServices\Symbols.vb (1)
828
Return _type.
IsCOMObject
System.ComponentModel.TypeConverter (3)
System\ComponentModel\Design\ServiceContainer.cs (2)
83
if (!(serviceInstance is ServiceCreatorCallback) && !serviceInstance.GetType().
IsCOMObject
&& !serviceType.IsInstanceOfType(serviceInstance))
193
if (service != null && !service.GetType().
IsCOMObject
&& !serviceType!.IsInstanceOfType(service))
System\ComponentModel\TypeDescriptor.cs (1)
1753
if (type.
IsCOMObject
)
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (2)
235
if (Marshal.IsBuiltInComSupported && argTypes[index].
IsCOMObject
)
271
if (Marshal.IsBuiltInComSupported && argTypes[j].
IsCOMObject
)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
182
protected override bool IsCOMObjectImpl() => _unmodifiedType.
IsCOMObject
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
153
protected override bool IsCOMObjectImpl() => typeImpl.
IsCOMObject
;
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.InvokeMember.cs (1)
64
if (target != null && target.GetType().
IsCOMObject
)
System\Runtime\CompilerServices\RuntimeHelpers.NativeAot.cs (1)
318
if (type.
IsCOMObject
)
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
433
return _typeInfo.
IsCOMObject
;
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
1010
if (classesSame && (oldType != newType || (oldType.
IsCOMObject
&& newType.
IsCOMObject
)))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
98
if (componentType is not null && componentType.
IsCOMObject
)