4 references to CurrentInItemsProperty
System.Xaml (4)
System\Xaml\Parser\XamlPullParser.cs (4)
261
if (_context.
CurrentInItemsProperty
|| _context.CurrentInInitProperty || _context.CurrentInUnknownContent)
406
if (_context.
CurrentInItemsProperty
|| _context.CurrentInInitProperty)
505
if (!_context.
CurrentInItemsProperty
&& !_context.CurrentInUnknownContent)
636
if (!_context.
CurrentInItemsProperty
&& !_context.CurrentInUnknownContent)