3 references to LoadComponent
PresentationFramework (3)
MS\Internal\AppModel\Journaling.cs (1)
786
pageFunction = Application.
LoadComponent
(_markupUri, true) as PageFunctionBase;
System\Windows\Application.cs (2)
448
return
LoadComponent
(resourceLocator, false);
1561
object root =
LoadComponent
(StartupUri, false);