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