4 references to FocusBorderWidth
PresentationFramework (4)
System\Windows\SystemParameters.cs (4)
102
while (!_cacheValid[(int)CacheSlot.
FocusBorderWidth
])
104
_cacheValid[(int)CacheSlot.
FocusBorderWidth
] = true;
114
_cacheValid[(int)CacheSlot.
FocusBorderWidth
] = false;
5150
bool changed = SystemResources.ClearSlot(_cacheValid, (int)CacheSlot.
FocusBorderWidth
);