4 references to CurrentInItemsProperty
System.Xaml (4)
System\Xaml\Parser\XamlPullParser.cs (4)
262
if (_context.
CurrentInItemsProperty
|| _context.CurrentInInitProperty || _context.CurrentInUnknownContent)
407
if (_context.
CurrentInItemsProperty
|| _context.CurrentInInitProperty)
506
if (!_context.
CurrentInItemsProperty
&& !_context.CurrentInUnknownContent)
637
if (!_context.
CurrentInItemsProperty
&& !_context.CurrentInUnknownContent)