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