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