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