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