3 writes to _dictionary
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
1705
_dictionary
= dictionary;
1804
_dictionary
= null;
1836
set {
_dictionary
= value; }
9 references to _dictionary
PresentationFramework (9)
System\Windows\SystemResources.cs (9)
1717
if (
_dictionary
!= null)
1719
object value =
_dictionary
.GetValue(_keyOrValue, out bool canCache);
1779
if (
_dictionary
!= null)
1783
return
_dictionary
.GetValueType(_keyOrValue, out bool _);
1794
if (
_dictionary
!= null)
1798
_dictionary
.WeakDeferredResourceReferences.Remove(this);
1802
_dictionary
.DeferredResourceReferencesList.Remove(this);
1835
get { return
_dictionary
; }
1852
get { return (
_dictionary
== null); }