- ingame/characterwindow/keyboard/characterwindow_keyboard.lua:276 --
ZO_ItemSlot_SetupUsableAndLockedColor(slotControl, meetsRequirements, readOnly)
- ingame/crafting/smithingextraction_shared.lua:69 --
ZO_ItemSlot_SetupUsableAndLockedColor(self.control, meetsStackRequirement)
- ingame/crafting/keyboard/smithingextraction_keyboard.lua:83 --
ZO_ItemSlot_SetupUsableAndLockedColor(inventorySlot, data.stackCount >= GetRequiredSmithingRefinementStackSize())
- ingame/inventory/inventoryslot.lua:155 --
ZO_ItemSlot_SetupUsableAndLockedColor(slotControl, meetsUsageRequirement, locked)
- ingame/inventory/inventoryslot.lua:212 --
ZO_ItemSlot_SetupUsableAndLockedColor(GetControl(slotControl, "Button"), meetsUsageRequirement, locked)
- ingame/inventory/keyboard/itemtransferdialog_keyboard.lua:96 --
ZO_ItemSlot_SetupUsableAndLockedColor(self.slotControl, meetsUsageRequirement, locked)
- ingame/storewindow/keyboard/storewindow_keyboard.lua:692 --
ZO_ItemSlot_SetupUsableAndLockedColor(slotControl, meetsRequirementsToBuy and meetsRequirementsToEquip)