| 33 | } |
| 34 | |
| 35 | void FocusBorderColorSpectrum::UpdateFocusBorder(const wux::FrameworkElement &sizingGrid) |
| 36 | { |
| 37 | m_FocusBorder.Width(sizingGrid.Width()); |
| 38 | m_FocusBorder.Height(sizingGrid.Height()); |
| 39 | } |
| 40 | } |
nothing calls this directly
no outgoing calls
no test coverage detected