1 write to _cacheIsMenuDropRightAligned
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4705
_cacheIsMenuDropRightAligned
= CreateInstance(SystemResourceKeyID.IsMenuDropRightAligned);
2 references to _cacheIsMenuDropRightAligned
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4703
if (
_cacheIsMenuDropRightAligned
== null)
4708
return
_cacheIsMenuDropRightAligned
;