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