3 writes to _dictionary
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
1706
_dictionary
= dictionary;
1805
_dictionary
= null;
1837
set {
_dictionary
= value; }
9 references to _dictionary
PresentationFramework (9)
System\Windows\SystemResources.cs (9)
1718
if (
_dictionary
!= null)
1720
object value =
_dictionary
.GetValue(_keyOrValue, out bool canCache);
1780
if (
_dictionary
!= null)
1784
return
_dictionary
.GetValueType(_keyOrValue, out bool _);
1795
if (
_dictionary
!= null)
1799
_dictionary
.WeakDeferredResourceReferences.Remove(this);
1803
_dictionary
.DeferredResourceReferencesList.Remove(this);
1836
get { return
_dictionary
; }
1853
get { return (
_dictionary
== null); }