SIL.FieldWorks.IText.InterlinDocForAnalysis.SimulateReplaceAnalysis C# (CSharp) Method

SimulateReplaceAnalysis() private method

Something about the display of the AnalysisOccurrence has changed...perhaps it has become or ceased to be the current annotation displayed using the Sandbox, or the Sandbox changed size. Produce a PropChanged that makes the system think it has been replaced (with itself) to refresh the relevant part of the display.
private SimulateReplaceAnalysis ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence occurrence ) : void
occurrence SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence
return void
		void SimulateReplaceAnalysis(AnalysisOccurrence occurrence)
		{
			UpdateDisplayForOccurrence(occurrence);
		}
InterlinDocForAnalysis