2 references to IsDelegate
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\GuidGenerator.cs (1)
95if (type.IsDelegate())
MS\Internal\WindowsRuntime\Generated\WinRT\TypeExtensions.cs (1)
41return type.IsDelegate() ? type.GetHelperType() : type;