Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Controls / RealizedColumnsBlock.cs / 1305600 / RealizedColumnsBlock.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; namespace System.Windows.Controls { ////// Struct which holds block of realized column indices. /// internal struct RealizedColumnsBlock { public RealizedColumnsBlock(int startIndex, int endIndex, int startIndexOffset) : this() { StartIndex = startIndex; EndIndex = endIndex; StartIndexOffset = startIndexOffset; } ////// Starting index of the block /// public int StartIndex { get; private set; } ////// Ending index of the block /// public int EndIndex { get; private set; } ////// The count of realized columns before this block /// public int StartIndexOffset { get; private set; } } } // 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. // //--------------------------------------------------------------------------- using System; namespace System.Windows.Controls { ////// Struct which holds block of realized column indices. /// internal struct RealizedColumnsBlock { public RealizedColumnsBlock(int startIndex, int endIndex, int startIndexOffset) : this() { StartIndex = startIndex; EndIndex = endIndex; StartIndexOffset = startIndexOffset; } ////// Starting index of the block /// public int StartIndex { get; private set; } ////// Ending index of the block /// public int EndIndex { get; private set; } ////// The count of realized columns before this block /// public int StartIndexOffset { get; private set; } } } // 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
- TypedTableBaseExtensions.cs
- FixedSOMTextRun.cs
- SpAudioStreamWrapper.cs
- EventBuilder.cs
- XmlILModule.cs
- SByteConverter.cs
- RelationshipEndMember.cs
- RandomDelayQueuedSendsAsyncResult.cs
- DataBindingCollection.cs
- MissingSatelliteAssemblyException.cs
- TemplateColumn.cs
- WebPartZoneCollection.cs
- ToolStripManager.cs
- LinqDataView.cs
- ChtmlTextWriter.cs
- ConfigurationValidatorAttribute.cs
- CodeIterationStatement.cs
- ProcessManager.cs
- EntityCodeGenerator.cs
- MimeTypeMapper.cs
- GPPOINT.cs
- WebPartConnectionsDisconnectVerb.cs
- CodeDirectoryCompiler.cs
- AuthenticatedStream.cs
- PrePrepareMethodAttribute.cs
- RulePatternOps.cs
- UInt16Storage.cs
- EditorZone.cs
- ThaiBuddhistCalendar.cs
- LinearGradientBrush.cs
- WebPartConnectVerb.cs
- ProfileManager.cs
- AppModelKnownContentFactory.cs
- CheckedPointers.cs
- XmlnsPrefixAttribute.cs
- CqlQuery.cs
- LineSegment.cs
- Currency.cs
- CodeNamespaceImport.cs
- CredentialCache.cs
- MDIClient.cs
- CodeCommentStatement.cs
- BinHexEncoder.cs
- PlatformCulture.cs
- Currency.cs
- PipelineModuleStepContainer.cs
- SvcFileManager.cs
- DataRow.cs
- NavigatorOutput.cs
- PartialCachingAttribute.cs
- BaseTreeIterator.cs
- ServiceHostFactory.cs
- CommandHelpers.cs
- WinFormsSecurity.cs
- _AuthenticationState.cs
- TerminatorSinks.cs
- MultipleViewProviderWrapper.cs
- Dictionary.cs
- SystemIcons.cs
- GradientSpreadMethodValidation.cs
- MessageQueueTransaction.cs
- Ops.cs
- ConversionValidationRule.cs
- TcpAppDomainProtocolHandler.cs
- ChannelServices.cs
- SecurityTokenResolver.cs
- XmlBoundElement.cs
- DriveNotFoundException.cs
- ColorContext.cs
- MouseGestureConverter.cs
- MessageBox.cs
- UtilityExtension.cs
- MatrixTransform3D.cs
- NamespaceList.cs
- TypedDataSetSchemaImporterExtension.cs
- TTSVoice.cs
- WsrmTraceRecord.cs
- XmlAttributeCache.cs
- Module.cs
- DiffuseMaterial.cs
- XmlSchemaSet.cs
- Metafile.cs
- MsmqReceiveParameters.cs
- XmlSigningNodeWriter.cs
- AssemblyInfo.cs
- TransformerInfoCollection.cs
- ObjectListDataBindEventArgs.cs
- HostedTransportConfigurationBase.cs
- DeferredSelectedIndexReference.cs
- GuidConverter.cs
- HierarchicalDataSourceControl.cs
- Identifier.cs
- DrawingVisualDrawingContext.cs
- DataTableCollection.cs
- GridViewRow.cs
- RecordBuilder.cs
- NameObjectCollectionBase.cs
- ProgressBarBrushConverter.cs
- TextServicesContext.cs
- RemoteEndpointMessageProperty.cs