Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / MS / Internal / PtsHost / RowVisual.cs / 1305600 / 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
- PopupRoot.cs
- DataPagerCommandEventArgs.cs
- DataGridColumnHeadersPresenter.cs
- SmiEventSink.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- MembershipSection.cs
- x509store.cs
- OleDbCommand.cs
- IisTraceListener.cs
- EntityKeyElement.cs
- PolicyChain.cs
- AppDomainUnloadedException.cs
- DataGridViewComboBoxCell.cs
- ValidationSummary.cs
- WindowsTooltip.cs
- ScriptingSectionGroup.cs
- BitmapPalettes.cs
- PolyLineSegment.cs
- ListViewItem.cs
- ValidationEventArgs.cs
- ComplexTypeEmitter.cs
- RelationshipDetailsRow.cs
- HtmlElementCollection.cs
- XmlLinkedNode.cs
- BaseDataList.cs
- ColorContext.cs
- CheckBoxStandardAdapter.cs
- EditorZone.cs
- MetadataArtifactLoaderFile.cs
- GrammarBuilderRuleRef.cs
- XmlTextReader.cs
- ListViewItemEventArgs.cs
- PersonalizationProvider.cs
- ObjectItemConventionAssemblyLoader.cs
- DelayedRegex.cs
- UserMapPath.cs
- FontStretchConverter.cs
- XslTransform.cs
- PeerInvitationResponse.cs
- StringArrayEditor.cs
- EnumConverter.cs
- DrawingBrush.cs
- TreeBuilder.cs
- MenuItem.cs
- NativeCppClassAttribute.cs
- DelegatingTypeDescriptionProvider.cs
- TextEditorParagraphs.cs
- LinkedResource.cs
- TableRowGroupCollection.cs
- XmlDataImplementation.cs
- ObjectAssociationEndMapping.cs
- ObjectStateManagerMetadata.cs
- ReadOnlyCollection.cs
- InternalDuplexChannelFactory.cs
- LoginCancelEventArgs.cs
- AmbientLight.cs
- DbMetaDataCollectionNames.cs
- FacetDescriptionElement.cs
- PassportAuthentication.cs
- AccessViolationException.cs
- TextSpan.cs
- SpoolingTaskBase.cs
- BaseParser.cs
- Columns.cs
- PostBackTrigger.cs
- RunInstallerAttribute.cs
- HtmlToClrEventProxy.cs
- SessionKeyExpiredException.cs
- HMACSHA1.cs
- ReliableOutputConnection.cs
- SafeArrayTypeMismatchException.cs
- AttachedAnnotation.cs
- FormDesigner.cs
- EntityStoreSchemaGenerator.cs
- SqlCacheDependencyDatabaseCollection.cs
- InputManager.cs
- MemoryStream.cs
- WindowsEditBox.cs
- ActiveDocumentEvent.cs
- TableSectionStyle.cs
- TemplateColumn.cs
- GetFileNameResult.cs
- DecimalSumAggregationOperator.cs
- ReachPageContentSerializer.cs
- JsonEncodingStreamWrapper.cs
- HotSpot.cs
- DropDownButton.cs
- ExpressionBuilder.cs
- HwndSource.cs
- StickyNoteHelper.cs
- PointHitTestResult.cs
- MessageOperationFormatter.cs
- CatalogZone.cs
- CursorConverter.cs
- SerializationFieldInfo.cs
- XdrBuilder.cs
- ContainerParaClient.cs
- StreamResourceInfo.cs
- HttpWriter.cs
- RenderOptions.cs