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