2 writes to _expectedTypeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\ReaderContextStackData.cs (2)
98set { _expectedTypeId = value; } 169_expectedTypeId = 0;
1 reference to _expectedTypeId
PresentationFramework (1)
src\Framework\System\Windows\Markup\ReaderContextStackData.cs (1)
97get { return _expectedTypeId; }