4 references to FocusBorderWidth
PresentationFramework (4)
src\Framework\System\Windows\SystemParameters.cs (4)
118
while (!_cacheValid[(int)CacheSlot.
FocusBorderWidth
])
120
_cacheValid[(int)CacheSlot.
FocusBorderWidth
] = true;
130
_cacheValid[(int)CacheSlot.
FocusBorderWidth
] = false;
5744
bool changed = SystemResources.ClearSlot(_cacheValid, (int)CacheSlot.
FocusBorderWidth
);