4 references to CurrentInItemsProperty
System.Xaml (4)
System\Xaml\Parser\XamlPullParser.cs (4)
248
if (_context.
CurrentInItemsProperty
|| _context.CurrentInInitProperty || _context.CurrentInUnknownContent)
383
if (_context.
CurrentInItemsProperty
|| _context.CurrentInInitProperty)
476
if (!_context.
CurrentInItemsProperty
&& !_context.CurrentInUnknownContent)
602
if (!_context.
CurrentInItemsProperty
&& !_context.CurrentInUnknownContent)