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
- WebHttpDispatchOperationSelector.cs
- ListViewInsertionMark.cs
- Operator.cs
- CfgRule.cs
- SizeValueSerializer.cs
- LogicalChannelCollection.cs
- DataFormat.cs
- Attachment.cs
- BoolExpression.cs
- TextEndOfParagraph.cs
- DataGridViewCellPaintingEventArgs.cs
- SqlRemoveConstantOrderBy.cs
- MSHTMLHost.cs
- SiteMapNode.cs
- XmlHierarchyData.cs
- PartialClassGenerationTask.cs
- DescendentsWalkerBase.cs
- Transform3D.cs
- ping.cs
- DataTransferEventArgs.cs
- RemotingConfigParser.cs
- ArrayList.cs
- ServiceModelExtensionCollectionElement.cs
- GeneratedCodeAttribute.cs
- FlowLayoutSettings.cs
- XmlAttribute.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- Drawing.cs
- PrtTicket_Public_Simple.cs
- BufferCache.cs
- ButtonRenderer.cs
- Int32Converter.cs
- HtmlTitle.cs
- TcpHostedTransportConfiguration.cs
- ProjectionCamera.cs
- CharConverter.cs
- ReadOnlyDictionary.cs
- IndentTextWriter.cs
- ProjectionCamera.cs
- AuthenticateEventArgs.cs
- OdbcEnvironmentHandle.cs
- LazyTextWriterCreator.cs
- JumpItem.cs
- HwndAppCommandInputProvider.cs
- OrderedHashRepartitionStream.cs
- DesignerAttribute.cs
- DataGridViewCellStyle.cs
- GeneratedCodeAttribute.cs
- SchemaImporterExtensionElementCollection.cs
- KnowledgeBase.cs
- ResXFileRef.cs
- ColumnResizeUndoUnit.cs
- BitmapEffectGroup.cs
- XmlLinkedNode.cs
- CodeMemberEvent.cs
- WebPartCatalogAddVerb.cs
- WmlValidationSummaryAdapter.cs
- SecurityContext.cs
- DoubleAnimation.cs
- OutputScopeManager.cs
- PerformanceCounterLib.cs
- Annotation.cs
- RangeValueProviderWrapper.cs
- DataGridLinkButton.cs
- DecoderNLS.cs
- DispatchChannelSink.cs
- BulletChrome.cs
- Vars.cs
- ConfigurationElement.cs
- CommandConverter.cs
- Matrix3DValueSerializer.cs
- HtmlMeta.cs
- SqlFormatter.cs
- DataGridHeaderBorder.cs
- AggregateException.cs
- FileSystemEventArgs.cs
- DateTimeConverter2.cs
- SchemaCompiler.cs
- ParentQuery.cs
- ConnectionStringSettings.cs
- SmtpFailedRecipientsException.cs
- RelationshipConstraintValidator.cs
- ListControl.cs
- Constraint.cs
- GrammarBuilderDictation.cs
- WsatAdminException.cs
- PopupRootAutomationPeer.cs
- WorkflowValidationFailedException.cs
- VisualStyleInformation.cs
- Propagator.Evaluator.cs
- DataGridPagingPage.cs
- TreeViewCancelEvent.cs
- PageParserFilter.cs
- ClientSideQueueItem.cs
- WorkflowDesigner.cs
- SmtpNegotiateAuthenticationModule.cs
- safelink.cs
- OneOfConst.cs
- KeyMatchBuilder.cs
- FormViewRow.cs