3 references to PresentationOptionsNamespaceURI
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
1147
info.Prefix = (string)_prefixDictionary[XamlReaderHelper.
PresentationOptionsNamespaceURI
];
1148
info.XmlNamespace = XamlReaderHelper.
PresentationOptionsNamespaceURI
;
src\Framework\System\Windows\Markup\XamlReaderConstants.cs (1)
100
_freezeDirective = new System.Xaml.XamlDirective(XamlReaderHelper.
PresentationOptionsNamespaceURI
, XamlReaderHelper.PresentationOptionsFreeze);