3 instantiations of StreamResourceInfo
PresentationFramework (3)
System\Windows\Application.cs (1)
704return (stream == null) ? null : new StreamResourceInfo(stream, sooPart.ContentType);
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10602DefaultConstructor = delegate () { return new System.Windows.Resources.StreamResourceInfo(); }
System\Windows\Markup\KnownTypes.cs (1)
1566case KnownElements.StreamResourceInfo: o = new System.Windows.Resources.StreamResourceInfo(); break;
6 references to StreamResourceInfo
PresentationFramework (6)
System\Windows\Application.cs (3)
575public static StreamResourceInfo GetResourceStream(Uri uriResource) 607public static StreamResourceInfo GetContentStream(Uri uriContent) 634public static StreamResourceInfo GetRemoteStream(Uri uriRemote)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
705case 611: t = () => typeof(StreamResourceInfo); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10599typeof(System.Windows.Resources.StreamResourceInfo),
System\Windows\Markup\KnownTypes.cs (1)
6159case KnownElements.StreamResourceInfo: t = typeof(System.Windows.Resources.StreamResourceInfo); break;