3 writes to SeenInstancingProperty
System.Xaml (3)
System\Xaml\Parser\NodeStreamSorter.cs (3)
48_seenStack[0].SeenInstancingProperty = false; 59_seenStack[_startObjectDepth].SeenInstancingProperty = false; 71set { _seenStack[_startObjectDepth].SeenInstancingProperty = value; }
1 reference to SeenInstancingProperty
System.Xaml (1)
System\Xaml\Parser\NodeStreamSorter.cs (1)
70get { return _seenStack[_startObjectDepth].SeenInstancingProperty; }