4 references to CurrentInItemsProperty
System.Xaml (4)
System\Xaml\Parser\XamlPullParser.cs (4)
250
if (_context.
CurrentInItemsProperty
|| _context.CurrentInInitProperty || _context.CurrentInUnknownContent)
385
if (_context.
CurrentInItemsProperty
|| _context.CurrentInInitProperty)
478
if (!_context.
CurrentInItemsProperty
&& !_context.CurrentInUnknownContent)
604
if (!_context.
CurrentInItemsProperty
&& !_context.CurrentInUnknownContent)