stub out things to get the beatles xbox site up and running
[moon.git] / class / System.Windows / System.Windows.Automation / SelectionItemPatternIdentifiers.cs
blobe07c09a61401792e2a0a48bb6e9ad5321890af71
1 /*
2 * SelectionItemPatternIdentifiers.cs.
4 * Contact:
5 * Moonlight List (moonlight-list@lists.ximian.com)
7 * Copyright 2008 Novell, Inc. (http://www.novell.com)
9 * See the LICENSE file included with the distribution for details.
13 using System;
15 namespace System.Windows.Automation
17 public static class SelectionItemPatternIdentifiers
19 public static readonly AutomationProperty IsSelectedProperty = new AutomationProperty ();
20 public static readonly AutomationProperty SelectionContainerProperty = new AutomationProperty ();