C# (CSharp) SIL.FieldWorks.Common.Framework Namespace

Nested Namespaces

SIL.FieldWorks.Common.Framework.DetailControls

Сlasses

Name Description
FwApp
FwApp.SuppressedCacheInfo Helper class that contains queued SyncMsgs and a reference count for Suppress/ResumeSynchronize.
FwEditingHelper Extended version of EditingHelper that uses some framework features.
FwMainWnd Base class for all top level application windows for FieldWorks apps.
PictureHolder PictureHolder is a holding place for pictures that are useful to various windows through the lifetime of the application, and which should be disposed only when the whole application shuts down.
StylesXmlAccessorTests
TestAccessorForFindOrCreateStyle StylesXmlAccessor is an abstract class designed to be subclassed for a specific stylesheet. Here, so far, we just want to test one method of the base class, so we make a trivial subclass which trivially implements (by throwing) abstract methods not needed by the one we want to test. The FindOrCreateStyle method is normally called (indirectly) by CreateStyles(), which initializes m_databaseStyles to contain all the pre-existing styles. For this test we just do this in the constructor of our private subclass.
XhtmlHelperTests Beginnings (just enough for one bug fix for now) of testing XhtmlHelper
ZoomPercentageChangedEventArgs