public void ContainsNull ()
		{
			ColumnDefinitionCollection c = new Grid ().ColumnDefinitions;
			Assert.IsFalse (c.Contains (null));
		}