4 references to FocusBorderWidth
PresentationFramework (4)
System\Windows\SystemParameters.cs (4)
117
while (!_cacheValid[(int)CacheSlot.
FocusBorderWidth
])
119
_cacheValid[(int)CacheSlot.
FocusBorderWidth
] = true;
129
_cacheValid[(int)CacheSlot.
FocusBorderWidth
] = false;
5169
bool changed = SystemResources.ClearSlot(_cacheValid, (int)CacheSlot.
FocusBorderWidth
);