[]
Represents a converter that adapts a source type to a target type using a specified function.
Represents a converter that converts various color types to a brush.
Represents a class that facilitates associating a key binding in XAML markup to a GrapeCity's Command defined in a View Model by exposing a Command dependency property. The class derives from Freezable to work around a limitation in WPF when data-binding from XAML.
Represents a converter that converts an internal view command to a WPF command.
Represents a converter that converts an internal viewer collection to a WPF collection.
Represents a converter that converts an ErrorInfo to a corresponding icon.
Represents a converter for showing or hiding the 'The word or phrase was not found in the current report' message on the search panel.
Represents a converter that converts boolean values to visibility values and back.
Represents a converter that inverts a boolean value. Always returns false if the value is not a boolean.
Represents an adapter that converts an GrapeCity.Viewer.Common.Implementation.INotificationCollection<T> of TSource
type items to
a ObservableCollection<T> of TTarget
type items.
Represents a converter that converts a nullable value to an index. Returns -1 if the value is null.
Represents an adapter that converts a Viewer's ObservableCollection<T> to a WPF ObservableCollection<T> for data binding in XAML markup.
Represents a converter that converts a GrapeCity.Viewer.Common.PageView to a XAML Canvas element.
Represents a converter that converts an internal viewer collection to a WPF collection.
Represents a converter that converts a parameter type to a Visibility enum value.
Represents a converter that converts a parameter view model to a Visibility based on the editor selection.
Represents a converter that converts a Stream to a corresponding ImageSource.
Represents a converter that converts an internal viewer collection to a WPF collection.
Represents a converter that converts size in inches to size in pixels.
Represents a converter that converts an internal viewer collection to a WPF collection.
Represents a converter that converts a ViewType to a bool based on the parameter.
Represents a converter that converts a ViewType to Visibility based on the parameter.
Represents a converter that converts a bool value to a cursor indicating a wait state or a normal state.
Represents a converter that converts GrapeCity.Viewer.Common.Model.ZoomMode to ViewMode and vice versa.