2 writes to _htProps
PresentationFramework (2)
src\Framework\System\Windows\Application.cs (2)
1139
_htProps
= new HybridDictionary(5);
1743
_htProps
= null;
2 references to _htProps
PresentationFramework (2)
src\Framework\System\Windows\Application.cs (2)
1136
if (
_htProps
== null)
1141
return
_htProps
;