3 instantiations of StreamResourceInfo
PresentationFramework (3)
System\Windows\Application.cs (1)
737return (stream == null) ? null : new StreamResourceInfo(stream, sooPart.ContentType);
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9563bamlType.DefaultConstructor = delegate() { return new System.Windows.Resources.StreamResourceInfo(); };
System\Windows\Markup\KnownTypes.cs (1)
1572case KnownElements.StreamResourceInfo: o = new System.Windows.Resources.StreamResourceInfo(); break;
6 references to StreamResourceInfo
PresentationFramework (6)
System\Windows\Application.cs (3)
608public static StreamResourceInfo GetResourceStream(Uri uriResource) 640public static StreamResourceInfo GetContentStream(Uri uriContent) 667public static StreamResourceInfo GetRemoteStream(Uri uriRemote)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
707case 611: t = () => typeof(StreamResourceInfo); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9561typeof(System.Windows.Resources.StreamResourceInfo),
System\Windows\Markup\KnownTypes.cs (1)
6165case KnownElements.StreamResourceInfo: t = typeof(System.Windows.Resources.StreamResourceInfo); break;