2 writes to EscapeCharacterMapForMarkupExtension
System.Xaml (2)
System\Xaml\Context\XamlParserContext.cs (1)
213set { _stack.CurrentFrame.EscapeCharacterMapForMarkupExtension = value; }
System\Xaml\Context\XamlParserFrame.cs (1)
25EscapeCharacterMapForMarkupExtension = null;
1 reference to EscapeCharacterMapForMarkupExtension
System.Xaml (1)
System\Xaml\Context\XamlParserContext.cs (1)
212get { return _stack.CurrentFrame.EscapeCharacterMapForMarkupExtension; }