3 writes to SeenInstancingProperty
System.Xaml (3)
System\Xaml\Parser\NodeStreamSorter.cs (3)
42_seenStack[0].SeenInstancingProperty = false; 54_seenStack[_startObjectDepth].SeenInstancingProperty = false; 66set { _seenStack[_startObjectDepth].SeenInstancingProperty = value; }
1 reference to SeenInstancingProperty
System.Xaml (1)
System\Xaml\Parser\NodeStreamSorter.cs (1)
65get { return _seenStack[_startObjectDepth].SeenInstancingProperty; }