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