Table of Contents

Namespace Acuit.Pinpoint.Windows

Classes

ApplicationExtensions

Extension methods for Application.

BaseUserInterfaceService

A standard implementation of the IUserInterfaceService user interface service.

BooleanConverter

A general-purpose value converter that converts any object to a booltrue or false.

CloseWindowAction

A trigger action that can be used to close a window.

DefaultErrorHandler

The default unexpected exception handler for WPF applications.

DialogViewModel

Base class for dialog box view models.

ErrorHandler

Methods for handling unhandled exceptions of various kinds within a WPF application.

ExtendedNotificationObject

This is the abstract base class for any object that provides property change notifications, adding some features beyond the base Prism implementation.

FormattingConverter

A string.Format-type converter for WPF bindings.

GenericConverter<TInput, TOutput, TParameter>

A helper base class for value converters.

IApplicationDispatcherExtensions

Extension methods for IApplicationDispatcher.

IUserInterfaceServiceExtensions

Extension methods for IUserInterfaceService.

IsEqualToConverter

A converter that returns true if the object is equal to the parameter.

IsStringEmptyConverter

A converter that returns true for empty strings.

Language

Language helpers.

LanguageChoiceViewModel

The view model for a language choice.

LocalTimeConverter

A value converter that converts a date/time to local time.

MenuItemViewModel

View model for a menu item.

PointExtensions

Point class extensions.

ResourceExtension

XAML extension for retrieving a resource string.

SingleInstanceActivator

A single-instance application activator.

SwitchConverter

A value converter that converts an object, based on its Boolean state, to alternate objects.

ViewValidationHelper

Helper methods for WPF validation.

WaitCursor

Provides an easy way to show a wait cursor during a process. When a WaitCursor instance is created, the wait cursor will be shown, and when the instance is disposed, the normal cursor will be restored.

WindowBehaviors

Provides attached properties that add new behaviors to WPF windows.

WindowPlacement

A window placement.

WindowsModule

Exports this assembly as a "WindowsModule" for Prism (MEF) usage.

Interfaces

IActiveLanguage

Provides a service for tracking the selected language for an application.

IApplicationDispatcher

Provides members for interacting with the main application dispatcher (i.e., the dispatcher used by the main user interface thread).

IUserInterfaceService

User interface service interface.