1 write to _cacheIsMenuDropRightAligned
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4701
_cacheIsMenuDropRightAligned
= CreateInstance(SystemResourceKeyID.IsMenuDropRightAligned);
2 references to _cacheIsMenuDropRightAligned
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4699
if (
_cacheIsMenuDropRightAligned
== null)
4704
return
_cacheIsMenuDropRightAligned
;