2 writes to InImplicitArray
System.Xaml (2)
System\Xaml\Context\XamlParserContext.cs (1)
278
set { _stack.CurrentFrame.
InImplicitArray
= value; }
System\Xaml\Context\XamlParserFrame.cs (1)
21
InImplicitArray
= false;
1 reference to InImplicitArray
System.Xaml (1)
System\Xaml\Context\XamlParserContext.cs (1)
277
get { return _stack.CurrentFrame.
InImplicitArray
; }