Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / textformatting / CultureSpecificCharacterBufferRange.cs / 1305600 / CultureSpecificCharacterBufferRange.cs
//---------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // Description: CultureSpecificCharacterBufferRange class // // History: // 8/30/2005 garyyang - Created it // //--------------------------------------------------------------------------- using System; using System.Globalization; using System.Windows.Media.TextFormatting; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media.TextFormatting { ////// Represents a range of characters that are associated with a culture /// public class CultureSpecificCharacterBufferRange { private CultureInfo _culture; private CharacterBufferRange _characterBufferRange; ////// Construct a CultureSpecificCharacterBufferRange class /// public CultureSpecificCharacterBufferRange(CultureInfo culture, CharacterBufferRange characterBufferRange) { _culture = culture; _characterBufferRange = characterBufferRange; } ////// Culture of the containing range of characters /// public CultureInfo CultureInfo { get { return _culture; } } ////// The character range /// public CharacterBufferRange CharacterBufferRange { get { return _characterBufferRange; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Keywords.cs
- DetailsViewCommandEventArgs.cs
- Mapping.cs
- UserInitiatedRoutedEventPermission.cs
- HttpCachePolicyElement.cs
- TimeStampChecker.cs
- FlowDocumentPageViewerAutomationPeer.cs
- CodeExporter.cs
- HandleCollector.cs
- EntityCollection.cs
- SwitchAttribute.cs
- TrustManagerPromptUI.cs
- EditorPartCollection.cs
- EncoderNLS.cs
- Rotation3DAnimationBase.cs
- BamlLocalizableResourceKey.cs
- BaseWebProxyFinder.cs
- DesignerDataColumn.cs
- ConfigXmlDocument.cs
- MethodSet.cs
- HttpCapabilitiesSectionHandler.cs
- _NegoStream.cs
- latinshape.cs
- XmlAttributeProperties.cs
- SubstitutionList.cs
- HostedNamedPipeTransportManager.cs
- SessionPageStatePersister.cs
- DateTimeValueSerializer.cs
- ControlBuilder.cs
- MemberPathMap.cs
- SerializerProvider.cs
- WebRequestModuleElementCollection.cs
- hwndwrapper.cs
- CdpEqualityComparer.cs
- ColorAnimationBase.cs
- _TransmitFileOverlappedAsyncResult.cs
- ObjectDataSourceStatusEventArgs.cs
- CompositeScriptReference.cs
- ContextMarshalException.cs
- WebPartConnectVerb.cs
- GenerateScriptTypeAttribute.cs
- Compiler.cs
- RectangleGeometry.cs
- EntryPointNotFoundException.cs
- DefaultHttpHandler.cs
- HttpHandlerActionCollection.cs
- AuthenticationManager.cs
- Group.cs
- WebPartMenu.cs
- BrowserTree.cs
- _DigestClient.cs
- AsymmetricSignatureFormatter.cs
- SQLSingle.cs
- NavigationService.cs
- GPPOINT.cs
- OracleFactory.cs
- ContentControl.cs
- RelatedEnd.cs
- RotateTransform3D.cs
- FilterQueryOptionExpression.cs
- SequenceNumber.cs
- PerformanceCounters.cs
- Table.cs
- NullableDecimalAverageAggregationOperator.cs
- EncodingConverter.cs
- WebSysDefaultValueAttribute.cs
- DeclarativeExpressionConditionDeclaration.cs
- AssertSection.cs
- SystemIPInterfaceStatistics.cs
- DictionarySurrogate.cs
- CodeDelegateCreateExpression.cs
- ComboBox.cs
- DecoratedNameAttribute.cs
- PageContentCollection.cs
- InternalsVisibleToAttribute.cs
- RelationshipManager.cs
- InvalidPipelineStoreException.cs
- RootCodeDomSerializer.cs
- TextAdaptor.cs
- TransactionInformation.cs
- ConfigXmlSignificantWhitespace.cs
- AsyncContentLoadedEventArgs.cs
- OutputScope.cs
- PeerNameRecord.cs
- WindowsFormsDesignerOptionService.cs
- AddInController.cs
- CallbackHandler.cs
- Brushes.cs
- CapabilitiesPattern.cs
- OperationCanceledException.cs
- NumberFormatInfo.cs
- SystemIPGlobalStatistics.cs
- ListViewInsertEventArgs.cs
- XhtmlBasicListAdapter.cs
- FormsIdentity.cs
- CheckBoxList.cs
- ContractsBCL.cs
- LightweightCodeGenerator.cs
- FigureParagraph.cs
- RowParagraph.cs