4 references to TypeExtensions
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT.cs (1)
229var runtimeClassId = TypeExtensions.RemoveNamespacePrefix(typeFullName);
MS\Internal\WindowsRuntime\Generated\WinRT\GuidGenerator.cs (3)
73return $"enum({TypeExtensions.RemoveNamespacePrefix(type.FullName)};{(isFlags ? "u4" : "i4")})"; 78return $"struct({TypeExtensions.RemoveNamespacePrefix(type.FullName)};{String.Join(";", args)})"; 92return $"rc({TypeExtensions.RemoveNamespacePrefix(type.FullName)};{GetSignature(iface)})";