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