- ingame/characterwindow/characterwindow.lua:314 --
ZO_ItemSlot_SetupUsableAndLockedColor(slotControl, nil, readOnly)
- ingame/crafting/smithingextraction.lua:58 --
ZO_ItemSlot_SetupUsableAndLockedColor(inventorySlot, data.stackCount >= GetRequiredSmithingRefinementStackSize())
- ingame/crafting/smithingextraction_shared.lua:71 --
ZO_ItemSlot_SetupUsableAndLockedColor(self.control, meetsStackRequirement)
- ingame/inventory/inventoryslot.lua:156 --
ZO_ItemSlot_SetupUsableAndLockedColor(slotControl, meetsUsageRequirement, locked)
- ingame/inventory/inventoryslot.lua:226 --
ZO_ItemSlot_SetupUsableAndLockedColor(GetControl(slotControl, "Button"), meetsUsageRequirement, locked)
- ingame/storewindow/storewindow.lua:585 --
ZO_ItemSlot_SetupUsableAndLockedColor(slotControl, meetsRequirementsToBuy and meetsRequirementsToEquip)