1 write to _cacheMinimumWindowTrackWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
4907
_cacheMinimumWindowTrackWidth
= CreateInstance(SystemResourceKeyID.MinimumWindowTrackWidth);
2 references to _cacheMinimumWindowTrackWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
4905
if (
_cacheMinimumWindowTrackWidth
== null)
4910
return
_cacheMinimumWindowTrackWidth
;