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