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