3 writes to _dictionary
PresentationFramework (3)
System\Windows\SystemResources.cs (3)
1706
_dictionary
= dictionary;
1788
_dictionary
= null;
1820
set {
_dictionary
= value; }
8 references to _dictionary
PresentationFramework (8)
System\Windows\SystemResources.cs (8)
1719
if (
_dictionary
!= null)
1721
object value =
_dictionary
.GetValue(_key, out bool canCache);
1770
if (
_dictionary
!= null)
1774
return
_dictionary
.GetValueType(_value, out bool _);
1785
if (
_dictionary
!= null)
1787
_dictionary
.RemoveDeferredResourceReference(this);
1819
get { return
_dictionary
; }
1830
get { return (
_dictionary
== null); }