C# 클래스 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.
상속: XCore.MultiPane, IRefreshableRoot
파일 보기 프로젝트 열기: sillsdev/FieldWorks

비공개 메소드들

메소드 설명
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