3 instantiations of StreamResourceInfo
PresentationFramework (3)
System\Windows\Application.cs (1)
703return (stream == null) ? null : new StreamResourceInfo(stream, sooPart.ContentType);
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10601DefaultConstructor = delegate () { return new System.Windows.Resources.StreamResourceInfo(); }
System\Windows\Markup\KnownTypes.cs (1)
1565case KnownElements.StreamResourceInfo: o = new System.Windows.Resources.StreamResourceInfo(); break;
6 references to StreamResourceInfo
PresentationFramework (6)
System\Windows\Application.cs (3)
574public static StreamResourceInfo GetResourceStream(Uri uriResource) 606public static StreamResourceInfo GetContentStream(Uri uriContent) 633public static StreamResourceInfo GetRemoteStream(Uri uriRemote)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
704case 611: t = () => typeof(StreamResourceInfo); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10598typeof(System.Windows.Resources.StreamResourceInfo),
System\Windows\Markup\KnownTypes.cs (1)
6158case KnownElements.StreamResourceInfo: t = typeof(System.Windows.Resources.StreamResourceInfo); break;