Gets the list with all so far unmerged items

Namespace: AppCan.wpf.Menus
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static IList<DependencyObject> UnmergedItems { get; }
Visual Basic
Public Shared ReadOnly Property UnmergedItems As IList(Of DependencyObject)
	Get
Visual C++
public:
static property IList<DependencyObject^>^ UnmergedItems {
	IList<DependencyObject^>^ get ();
}

See Also