Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IssuerInformation.cs
- UniqueConstraint.cs
- XmlSchemaAnnotated.cs
- ExtensionFile.cs
- Environment.cs
- PolygonHotSpot.cs
- FieldDescriptor.cs
- HttpChannelFactory.cs
- ZipIOBlockManager.cs
- ThousandthOfEmRealDoubles.cs
- ImageKeyConverter.cs
- QilPatternVisitor.cs
- ListControl.cs
- Activity.cs
- LocalizationParserHooks.cs
- DrawingContextDrawingContextWalker.cs
- VBIdentifierTrimConverter.cs
- SecurityHelper.cs
- AnchoredBlock.cs
- ExtenderHelpers.cs
- DictionaryContent.cs
- CalendarDateRange.cs
- ObsoleteAttribute.cs
- DataGridViewTextBoxEditingControl.cs
- PolicyImporterElementCollection.cs
- DataGridViewColumnStateChangedEventArgs.cs
- GlyphsSerializer.cs
- Splitter.cs
- ScrollBar.cs
- AutoCompleteStringCollection.cs
- ToolZone.cs
- IntPtr.cs
- Point3D.cs
- CommandManager.cs
- PingReply.cs
- QueryComponents.cs
- SqlClientFactory.cs
- Journal.cs
- DefaultClaimSet.cs
- InteropEnvironment.cs
- EvidenceBase.cs
- ObjectItemCachedAssemblyLoader.cs
- BooleanStorage.cs
- PresentationTraceSources.cs
- DataGridViewToolTip.cs
- serverconfig.cs
- ScrollChrome.cs
- Paragraph.cs
- MetafileHeader.cs
- XPathEmptyIterator.cs
- AggregateNode.cs
- HttpCacheParams.cs
- WebServiceBindingAttribute.cs
- FormViewUpdatedEventArgs.cs
- HelpEvent.cs
- PropertyEmitterBase.cs
- OperationSelectorBehavior.cs
- SelfIssuedAuthRSAPKCS1SignatureDeformatter.cs
- VolatileEnlistmentMultiplexing.cs
- cache.cs
- PieceNameHelper.cs
- httpstaticobjectscollection.cs
- SourceSwitch.cs
- TreeBuilderXamlTranslator.cs
- srgsitem.cs
- SpellCheck.cs
- StatusBarDrawItemEvent.cs
- CompositeDataBoundControl.cs
- Point4D.cs
- LocalizationComments.cs
- WaitHandleCannotBeOpenedException.cs
- TextViewSelectionProcessor.cs
- CreatingCookieEventArgs.cs
- ContextQuery.cs
- TextEncodedRawTextWriter.cs
- GlyphCollection.cs
- DesignerVerbToolStripMenuItem.cs
- UIInitializationException.cs
- DeclarativeCatalogPart.cs
- Function.cs
- ClientBuildManager.cs
- ArgumentDesigner.xaml.cs
- DiscoveryDocumentSearchPattern.cs
- WebServiceMethodData.cs
- Configuration.cs
- EntityObject.cs
- ObjectConverter.cs
- DependencyPropertyDescriptor.cs
- ByteAnimationBase.cs
- InternalConfigConfigurationFactory.cs
- CharConverter.cs
- CommonProperties.cs
- ArithmeticLiteral.cs
- CancelEventArgs.cs
- ColumnHeader.cs
- HttpResponseInternalWrapper.cs
- SqlNotificationRequest.cs
- StandardBindingCollectionElement.cs
- XmlObjectSerializerWriteContextComplex.cs