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
- ArraySortHelper.cs
- NumericExpr.cs
- AmbiguousMatchException.cs
- ErrorEventArgs.cs
- QueryContinueDragEventArgs.cs
- EmbeddedMailObject.cs
- ReturnValue.cs
- Pen.cs
- ServiceModelConfigurationSectionGroup.cs
- DetailsViewAutoFormat.cs
- TextControlDesigner.cs
- CatalogZoneBase.cs
- iisPickupDirectory.cs
- SwitchElementsCollection.cs
- AsyncCompletedEventArgs.cs
- ProcessManager.cs
- ArcSegment.cs
- _ListenerRequestStream.cs
- ThousandthOfEmRealPoints.cs
- ObjectQueryExecutionPlan.cs
- DictionaryItemsCollection.cs
- OutKeywords.cs
- HtmlTableCellCollection.cs
- oledbmetadatacolumnnames.cs
- CommandValueSerializer.cs
- TypeInitializationException.cs
- MetadataUtil.cs
- MbpInfo.cs
- ScrollProperties.cs
- WebPageTraceListener.cs
- Handle.cs
- DataMemberConverter.cs
- CodeCompiler.cs
- PlatformCulture.cs
- InputMethodStateTypeInfo.cs
- BitmapEffect.cs
- DesignerObjectListAdapter.cs
- Statements.cs
- FormClosingEvent.cs
- MaskedTextBoxTextEditor.cs
- BookmarkUndoUnit.cs
- ConstraintManager.cs
- EnumerationRangeValidationUtil.cs
- TextEditorContextMenu.cs
- ArraySortHelper.cs
- Decoder.cs
- MissingSatelliteAssemblyException.cs
- PageRanges.cs
- InstalledFontCollection.cs
- TextEditorCopyPaste.cs
- PtsCache.cs
- BitmapCodecInfoInternal.cs
- DataTableMappingCollection.cs
- HttpApplicationFactory.cs
- DecimalConstantAttribute.cs
- StrokeDescriptor.cs
- Point3DAnimation.cs
- SafeCloseHandleCritical.cs
- HttpGetProtocolImporter.cs
- _NTAuthentication.cs
- SingleAnimation.cs
- NativeMethods.cs
- KnownBoxes.cs
- MemoryRecordBuffer.cs
- InstallerTypeAttribute.cs
- PropertyNames.cs
- UnsafeNativeMethodsPenimc.cs
- PropertyTabChangedEvent.cs
- Effect.cs
- RegexTree.cs
- ExtensionDataObject.cs
- HtmlHistory.cs
- TextProperties.cs
- filewebrequest.cs
- Rect3D.cs
- SimplePropertyEntry.cs
- SecurityPermission.cs
- Switch.cs
- DateTimeStorage.cs
- WebCategoryAttribute.cs
- EditorPartChrome.cs
- XamlToRtfWriter.cs
- Help.cs
- Token.cs
- NameNode.cs
- ComboBoxItem.cs
- ShapingEngine.cs
- DataSourceXmlSerializationAttribute.cs
- InstallerTypeAttribute.cs
- WebServiceData.cs
- UnicodeEncoding.cs
- EntityCollection.cs
- SystemIPGlobalStatistics.cs
- DataControlFieldCollection.cs
- StatusBarPanelClickEvent.cs
- UInt64Converter.cs
- SystemTcpStatistics.cs
- AmbiguousMatchException.cs
- ComNativeDescriptor.cs
- BuilderPropertyEntry.cs