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