2 writes to _element
WindowsBase (2)
Base\MS\Internal\TraceLevelStore.cs (2)
105
_element
= new WeakReference(element);
111
_element
= element;
6 references to _element
WindowsBase (6)
Base\MS\Internal\TraceLevelStore.cs (6)
140
wr = this.
_element
as WeakReference;
141
object s1 = (wr != null) ? wr.Target : this.
_element
;
142
wr = that.
_element
as WeakReference;
143
object s2 = (wr != null) ? wr.Target : that.
_element
;
148
return (this.
_element
== that.
_element
);