Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- UnknownWrapper.cs
- TcpConnectionPool.cs
- DrawingContext.cs
- _LoggingObject.cs
- WebPermission.cs
- HttpVersion.cs
- Attributes.cs
- ConfigurationSectionGroupCollection.cs
- DataColumnMapping.cs
- ReadWriteSpinLock.cs
- WorkflowInstance.cs
- ObfuscationAttribute.cs
- PtsHelper.cs
- Helper.cs
- UpdatePanelTrigger.cs
- CompilationPass2Task.cs
- WindowsScrollBarBits.cs
- SqlRowUpdatedEvent.cs
- NamedObjectList.cs
- XmlSchemaAttribute.cs
- SafePEFileHandle.cs
- NonParentingControl.cs
- StrokeIntersection.cs
- SerializationTrace.cs
- HttpContextWrapper.cs
- ClusterRegistryConfigurationProvider.cs
- ResolveNameEventArgs.cs
- documentsequencetextview.cs
- GridViewDeletedEventArgs.cs
- TextContainerHelper.cs
- EFColumnProvider.cs
- UserControlParser.cs
- XmlEntityReference.cs
- HwndProxyElementProvider.cs
- XmlAttributeCollection.cs
- JsonGlobals.cs
- OverrideMode.cs
- UpdateTranslator.cs
- BezierSegment.cs
- thaishape.cs
- MSAAWinEventWrap.cs
- TableHeaderCell.cs
- SettingsPropertyWrongTypeException.cs
- AssertSection.cs
- OdbcCommandBuilder.cs
- XmlChoiceIdentifierAttribute.cs
- StylusLogic.cs
- BitmapPalette.cs
- HtmlInputCheckBox.cs
- DtrList.cs
- _NetRes.cs
- HelpOperationInvoker.cs
- ArrayTypeMismatchException.cs
- DoubleAnimationUsingKeyFrames.cs
- ZoneLinkButton.cs
- ReadOnlyDictionary.cs
- dsa.cs
- ResourcesGenerator.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- ProgressBarAutomationPeer.cs
- KeyGesture.cs
- ProviderConnectionPoint.cs
- QueuePathEditor.cs
- FixedSOMPageConstructor.cs
- XmlDictionaryReaderQuotasElement.cs
- X509ChainElement.cs
- SettingsSavedEventArgs.cs
- WriteableOnDemandPackagePart.cs
- QuaternionKeyFrameCollection.cs
- EntityContainerEmitter.cs
- SecurityUtils.cs
- BooleanStorage.cs
- AdornerPresentationContext.cs
- HwndHost.cs
- DataGridViewIntLinkedList.cs
- cache.cs
- Normalization.cs
- SByte.cs
- RegexMatch.cs
- DataServiceRequestException.cs
- Queue.cs
- SelectionItemProviderWrapper.cs
- WindowsAuthenticationModule.cs
- BooleanAnimationUsingKeyFrames.cs
- DataGrid.cs
- InvalidContentTypeException.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- ProviderManager.cs
- XmlUrlResolver.cs
- CultureTable.cs
- TextEffectResolver.cs
- Transform3DGroup.cs
- BitmapImage.cs
- QuaternionRotation3D.cs
- BitmapPalette.cs
- ListViewItemSelectionChangedEvent.cs
- EntitySetBaseCollection.cs
- SeparatorAutomationPeer.cs
- SafeBitVector32.cs
- SessionStateUtil.cs