| 118 | } |
| 119 | |
| 120 | LayoutPart::Pointer EditorAreaHelper::GetLayoutPart() |
| 121 | { |
| 122 | LayoutPart::Pointer layoutPart = editorArea.Cast<LayoutPart>(); |
| 123 | return layoutPart; |
| 124 | } |
| 125 | |
| 126 | IEditorReference::Pointer EditorAreaHelper::GetVisibleEditor() |
| 127 | { |
no outgoing calls