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)
52
if (
_dataType
== null)
69
get { return
_dataType
; }
74
if (
_dataType
!= null && value !=
_dataType
)
98
if (
_dataType
!= null)
100
hashcode +=
_dataType
.GetHashCode();
113
Object.Equals(
_dataType
, key.
_dataType
);
136
Type type =
_dataType
as Type;