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