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