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
- XmlException.cs
- TextTreeObjectNode.cs
- SignedXml.cs
- FontInfo.cs
- RequestResizeEvent.cs
- HashAlgorithm.cs
- XmlSubtreeReader.cs
- Attachment.cs
- TemplateContentLoader.cs
- PathSegment.cs
- SafeHandles.cs
- ResourceDescriptionAttribute.cs
- SuppressMessageAttribute.cs
- Debugger.cs
- RecognizedWordUnit.cs
- XappLauncher.cs
- ServiceChannel.cs
- XpsFontSubsetter.cs
- VisualTreeFlattener.cs
- documentsequencetextcontainer.cs
- DataGridColumnCollection.cs
- DefaultDialogButtons.cs
- TypeResolver.cs
- MetadataPropertyAttribute.cs
- MimeObjectFactory.cs
- MergeLocalizationDirectives.cs
- ConnectionStringSettings.cs
- ObfuscationAttribute.cs
- Suspend.cs
- PageThemeCodeDomTreeGenerator.cs
- ApplicationContext.cs
- StreamResourceInfo.cs
- TreeIterators.cs
- GradientBrush.cs
- RadioButtonFlatAdapter.cs
- RequestCachingSection.cs
- FlowLayoutSettings.cs
- PixelFormat.cs
- ReaderWriterLockWrapper.cs
- storepermission.cs
- StandardOleMarshalObject.cs
- Timer.cs
- ContextInformation.cs
- GetLedgerEntryForRecipientRequest.cs
- DrawingAttributesDefaultValueFactory.cs
- DataSourceBooleanViewSchemaConverter.cs
- ColumnCollection.cs
- KeyBinding.cs
- Duration.cs
- IPGlobalProperties.cs
- validation.cs
- QueryTreeBuilder.cs
- MultiViewDesigner.cs
- CleanUpVirtualizedItemEventArgs.cs
- ProviderConnectionPointCollection.cs
- ProtocolException.cs
- FixedHighlight.cs
- BamlTreeMap.cs
- StructuralCache.cs
- Timer.cs
- AffineTransform3D.cs
- SqlCharStream.cs
- ObjectRef.cs
- SafeViewOfFileHandle.cs
- GroupBoxAutomationPeer.cs
- ExpandableObjectConverter.cs
- Inline.cs
- CommentEmitter.cs
- XmlSchemaAny.cs
- SocketPermission.cs
- PreviewPageInfo.cs
- ByteAnimationBase.cs
- StringComparer.cs
- WindowsListViewScroll.cs
- CompilationLock.cs
- FormViewDeletedEventArgs.cs
- QueryServiceConfigHandle.cs
- PersonalizationDictionary.cs
- CellTreeSimplifier.cs
- CodeStatement.cs
- RectConverter.cs
- ElementMarkupObject.cs
- FragmentNavigationEventArgs.cs
- ProxyGenerationError.cs
- HwndStylusInputProvider.cs
- UnitySerializationHolder.cs
- AttributeAction.cs
- DeferredTextReference.cs
- Button.cs
- StandardCommands.cs
- DetailsView.cs
- SafeSystemMetrics.cs
- ConstructorBuilder.cs
- BamlLocalizableResource.cs
- QualifiedCellIdBoolean.cs
- TrustSection.cs
- CompoundFileReference.cs
- SecUtil.cs
- ViewStateException.cs
- DesignerSerializationManager.cs