Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / textformatting / CultureSpecificCharacterBufferRange.cs / 1 / 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. //---------------------------------------------------------------------------- // // 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
- VisualProxy.cs
- Input.cs
- DateTimeFormat.cs
- UnsafeNativeMethods.cs
- AsynchronousChannel.cs
- Misc.cs
- BindingObserver.cs
- ShellProvider.cs
- Run.cs
- UriTemplateDispatchFormatter.cs
- TextEditorCopyPaste.cs
- InnerItemCollectionView.cs
- _Connection.cs
- DummyDataSource.cs
- ReachFixedPageSerializerAsync.cs
- DoubleLinkList.cs
- StyleSheetRefUrlEditor.cs
- PointConverter.cs
- EpmSyndicationContentSerializer.cs
- ClientSettings.cs
- GatewayDefinition.cs
- NativeObjectSecurity.cs
- xmlsaver.cs
- PerfService.cs
- CodeAccessSecurityEngine.cs
- Int16AnimationBase.cs
- regiisutil.cs
- precedingsibling.cs
- SiteMap.cs
- SQLDecimalStorage.cs
- LayoutEditorPart.cs
- KnownTypesProvider.cs
- InvalidFilterCriteriaException.cs
- SpotLight.cs
- VBIdentifierTrimConverter.cs
- MailSettingsSection.cs
- CodeAccessPermission.cs
- DataPagerField.cs
- AggregateNode.cs
- TextSegment.cs
- RewritingValidator.cs
- COAUTHINFO.cs
- RuntimeEnvironment.cs
- NameValueCollection.cs
- CodeAccessSecurityEngine.cs
- UserNamePasswordClientCredential.cs
- WebBrowserContainer.cs
- SQLByteStorage.cs
- ValueSerializer.cs
- FeatureSupport.cs
- XmlnsDefinitionAttribute.cs
- WorkflowMarkupSerializationManager.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- EpmContentSerializer.cs
- RegexCapture.cs
- ToolStripContainerActionList.cs
- MonitorWrapper.cs
- DataSvcMapFile.cs
- ExpressionConverter.cs
- IconBitmapDecoder.cs
- FixedHighlight.cs
- DescendentsWalker.cs
- GridViewCancelEditEventArgs.cs
- WebColorConverter.cs
- IntegerValidatorAttribute.cs
- WebServiceReceive.cs
- MulticastIPAddressInformationCollection.cs
- XmlSchemaAnyAttribute.cs
- GenericTextProperties.cs
- SqlTriggerContext.cs
- HtmlDocument.cs
- DefaultValueAttribute.cs
- ResourceWriter.cs
- GeneralTransform.cs
- XamlParser.cs
- BuildResultCache.cs
- PermissionListSet.cs
- UpDownEvent.cs
- ChildChangedEventArgs.cs
- UdpAnnouncementEndpoint.cs
- VirtualizingPanel.cs
- DSACryptoServiceProvider.cs
- DBConnection.cs
- SerializerWriterEventHandlers.cs
- DateTimeHelper.cs
- MethodBody.cs
- ReturnEventArgs.cs
- DataRow.cs
- EntityDataSourceUtil.cs
- PerformanceCounterManager.cs
- UnsafePeerToPeerMethods.cs
- TextBox.cs
- BitmapEffectGroup.cs
- HelpProvider.cs
- HostedElements.cs
- SR.cs
- AQNBuilder.cs
- SafeMarshalContext.cs
- ProfileParameter.cs
- ObjectDataSourceDisposingEventArgs.cs