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