C# Class SIL.FieldWorks.IText.ConcordanceContainer

This class is a specialized MultiPane. It handles the RefreshDisplay differently to avoid crashes, and possibly to do a more efficient job then the base MultiPane would do.
Inheritance: XCore.MultiPane, IRefreshableRoot
Afficher le fichier Open project: sillsdev/FieldWorks

Private Methods

Méthode Description
ReCurseControls ( Control parentControl ) : ConcordanceControlBase

This method will handle the RefreshDisplay calls for all the child controls of the ConcordanceContainer, the ConcordanceControl needs to be refreshed last because its interaction with the Mediator will update the other views, if it isn't called last then the caches and contents of the other views will be inconsistant with the ConcordanceControl and will lead to crashes or incorrect display behavior.

RefreshDisplay ( ) : bool