2 references to XamlExt
PresentationFramework (2)
src\Framework\System\Windows\Markup\XamlParseException.cs (2)
308
xamlFilePath = bamlFilePath.Replace(BamlExt,
XamlExt
);
311
if (-1 == xamlFilePath.LastIndexOf(
XamlExt
, StringComparison.Ordinal))