3 writes to _dictionary
PresentationFramework (3)
src\Framework\System\Windows\SystemResources.cs (3)
1801
_dictionary
= dictionary;
1886
_dictionary
= null;
1921
set {
_dictionary
= value; }
8 references to _dictionary
PresentationFramework (8)
src\Framework\System\Windows\SystemResources.cs (8)
1813
if (
_dictionary
!= null)
1816
object value =
_dictionary
.GetValue(_keyOrValue, out canCache);
1867
if (
_dictionary
!= null)
1872
return
_dictionary
.GetValueType(_keyOrValue, out found);
1883
if (
_dictionary
!= null)
1885
_dictionary
.DeferredResourceReferences.Remove(this);
1920
get { return
_dictionary
; }
1937
get { return (
_dictionary
== null); }