3 writes to _dictionary
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
1729
_dictionary
= dictionary;
1828
_dictionary
= null;
1863
set {
_dictionary
= value; }
9 references to _dictionary
PresentationFramework (9)
System\Windows\SystemResources.cs (9)
1741
if (
_dictionary
!= null)
1743
object value =
_dictionary
.GetValue(_keyOrValue, out bool canCache);
1803
if (
_dictionary
!= null)
1807
return
_dictionary
.GetValueType(_keyOrValue, out bool _);
1818
if (
_dictionary
!= null)
1822
_dictionary
.WeakDeferredResourceReferences.Remove(this);
1826
_dictionary
.DeferredResourceReferencesList.Remove(this);
1862
get { return
_dictionary
; }
1879
get { return (
_dictionary
== null); }