3 writes to _dataType
PresentationFramework (3)
src\Framework\System\Windows\TemplateKey.cs (3)
26_dataType = null; // still needs to be initialized 37_dataType = dataType; 81_dataType = value;
9 references to _dataType
PresentationFramework (9)
src\Framework\System\Windows\TemplateKey.cs (9)
52if (_dataType == null) 69get { return _dataType; } 74if (_dataType != null && value != _dataType) 98if (_dataType != null) 100hashcode += _dataType.GetHashCode(); 113Object.Equals(_dataType, key._dataType); 136Type type = _dataType as Type;