Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Framework / MS / Internal / PtsHost / RowVisual.cs / 1 / RowVisual.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Row visual is used to group cell visuals of cells // belonging to the row. // The only reason for RowVisual existence is keeping // a reference to the associated row object. // // // History: // 10/20/2003 : olego - Created // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Windows.Threading; using System.Windows; using System.Windows.Documents; using System.Windows.Media; namespace MS.Internal.PtsHost { ////// RowVisual. /// internal sealed class RowVisual : ContainerVisual { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Default constructor /// /// Row associated with this visual. internal RowVisual(TableRow row) { _row = row; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties ////// Row. /// internal TableRow Row { get { return (_row); } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private readonly TableRow _row; #endregion Private Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // // Description: Row visual is used to group cell visuals of cells // belonging to the row. // The only reason for RowVisual existence is keeping // a reference to the associated row object. // // // History: // 10/20/2003 : olego - Created // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.Windows.Threading; using System.Windows; using System.Windows.Documents; using System.Windows.Media; namespace MS.Internal.PtsHost { ////// RowVisual. /// internal sealed class RowVisual : ContainerVisual { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Default constructor /// /// Row associated with this visual. internal RowVisual(TableRow row) { _row = row; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties ////// Row. /// internal TableRow Row { get { return (_row); } } #endregion Internal Properties //------------------------------------------------------ // // Private Fields // //------------------------------------------------------ #region Private Fields private readonly TableRow _row; #endregion Private Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NumberAction.cs
- BinaryCommonClasses.cs
- DesignerAutoFormatCollection.cs
- WebPartDesigner.cs
- SpeechDetectedEventArgs.cs
- GridProviderWrapper.cs
- CallTemplateAction.cs
- HMAC.cs
- EventRoute.cs
- DefaultBinder.cs
- WindowsStartMenu.cs
- SerializerDescriptor.cs
- SqlTopReducer.cs
- PtsContext.cs
- RepeaterItemCollection.cs
- FormatException.cs
- CapabilitiesState.cs
- RoutedEvent.cs
- ConstNode.cs
- CommandBinding.cs
- DataGrid.cs
- ExceptionUtility.cs
- AssociationType.cs
- DispatcherFrame.cs
- SHA1.cs
- Int32CAMarshaler.cs
- Font.cs
- ColumnClickEvent.cs
- CompositionAdorner.cs
- TemplateManager.cs
- Marshal.cs
- AmbientLight.cs
- TextElementEnumerator.cs
- DataListCommandEventArgs.cs
- CreateUserWizardStep.cs
- StylusTouchDevice.cs
- WebPartHelpVerb.cs
- SecurityContextKeyIdentifierClause.cs
- validationstate.cs
- Main.cs
- PropertySegmentSerializer.cs
- HtmlInputButton.cs
- EventMappingSettingsCollection.cs
- ViewKeyConstraint.cs
- Expr.cs
- PropertyDescriptorCollection.cs
- TemplatedAdorner.cs
- ListenUriMode.cs
- ClientScriptManager.cs
- StateMachineAction.cs
- ProviderConnectionPointCollection.cs
- IApplicationTrustManager.cs
- ProcessHostMapPath.cs
- SectionInformation.cs
- RelationshipConstraintValidator.cs
- FactoryId.cs
- BamlLocalizableResourceKey.cs
- XmlSchemaSimpleTypeUnion.cs
- MediaPlayer.cs
- WebPartConnectionsDisconnectVerb.cs
- CodeGotoStatement.cs
- DateTimeParse.cs
- DataServiceRequestOfT.cs
- UnmanagedHandle.cs
- OLEDB_Enum.cs
- TextHintingModeValidation.cs
- Vector3DConverter.cs
- RegisteredScript.cs
- XmlSchemaChoice.cs
- HwndStylusInputProvider.cs
- ButtonFlatAdapter.cs
- ClientProtocol.cs
- WindowsListViewGroupHelper.cs
- Int32CAMarshaler.cs
- TreeNodeCollectionEditor.cs
- XmlCDATASection.cs
- VisualBasicSettingsHandler.cs
- BuiltInExpr.cs
- WSDualHttpBindingElement.cs
- WindowsAuthenticationEventArgs.cs
- Dictionary.cs
- ADRoleFactory.cs
- SqlInternalConnectionTds.cs
- OutputScope.cs
- ExpressionBuilderCollection.cs
- SqlDataSourceFilteringEventArgs.cs
- CommandArguments.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- EmptyStringExpandableObjectConverter.cs
- SecurityTokenTypes.cs
- DataGridViewComboBoxColumn.cs
- dbenumerator.cs
- RtfToXamlReader.cs
- TimeSpan.cs
- EnterpriseServicesHelper.cs
- DateTimeFormat.cs
- GeneralTransform3DTo2D.cs
- TypeTypeConverter.cs
- UnsafeNetInfoNativeMethods.cs
- PEFileReader.cs