2 writes to _expectedType
PresentationFramework (2)
System\Windows\Markup\ReaderContextStackData.cs (2)
85set { _expectedType = value; } 163_expectedType = null;
1 reference to _expectedType
PresentationFramework (1)
System\Windows\Markup\ReaderContextStackData.cs (1)
84get { return _expectedType; }