| 204 | } |
| 205 | |
| 206 | bool LayoutPartSash::IsVertical() |
| 207 | { |
| 208 | return ((style & Constants::VERTICAL) == Constants::VERTICAL); |
| 209 | } |
| 210 | |
| 211 | void LayoutPartSash::SetPostLimit(LayoutPartSash::Pointer newPostLimit) |
| 212 | { |
no outgoing calls
no test coverage detected