Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Framework / MS / Internal / PtsHost / OptimalBreakSession.cs / 1 / OptimalBreakSession.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: OptimalBreakSession // // Description: OptimalBreakSession is unmanaged resouce handle to TextParagraphCache // // History: // 06/07/2005 : ghermann - created // //--------------------------------------------------------------------------- using System; using System.Collections; using System.Windows; using System.Security; // SecurityCritical using System.Windows.Documents; using MS.Internal.Text; using MS.Internal.PtsHost.UnsafeNativeMethods; using System.Windows.Media.TextFormatting; namespace MS.Internal.PtsHost { // --------------------------------------------------------------------- // Break record for line - holds decoration information // --------------------------------------------------------------------- internal sealed class OptimalBreakSession : UnmanagedHandle { // ------------------------------------------------------------------ // Constructor. // // PtsContext - Context // TextParagraphCache - Contained line break // ----------------------------------------------------------------- internal OptimalBreakSession(TextParagraph textParagraph, TextParaClient textParaClient, TextParagraphCache TextParagraphCache, OptimalTextSource optimalTextSource) : base(textParagraph.PtsContext) { _textParagraph = textParagraph; _textParaClient = textParaClient; _textParagraphCache = TextParagraphCache; _optimalTextSource = optimalTextSource; } ////// Dispose the break session / paragraph cache /// public override void Dispose() { try { if(_textParagraphCache != null) { _textParagraphCache.Dispose(); } if(_optimalTextSource != null) { _optimalTextSource.Dispose(); } } finally { _textParagraphCache = null; _optimalTextSource = null; } base.Dispose(); } #region Internal Properties internal TextParagraphCache TextParagraphCache { get { return _textParagraphCache; } } internal TextParagraph TextParagraph { get { return _textParagraph; } } internal TextParaClient TextParaClient { get { return _textParaClient; } } internal OptimalTextSource OptimalTextSource { get { return _optimalTextSource; } } #endregion Internal Properties #region Private Fields private TextParagraphCache _textParagraphCache; private TextParagraph _textParagraph; private TextParaClient _textParaClient; private OptimalTextSource _optimalTextSource; #endregion Private Fields } // ---------------------------------------------------------------------- // LineBreakpoint - Unmanaged handle for TextBreakpoint / optimal break session // ---------------------------------------------------------------------- internal sealed class LineBreakpoint : UnmanagedHandle { // ----------------------------------------------------------------- // Constructor. // // PtsContext - Context // TextBreakpoint - Contained breakpoint // ------------------------------------------------------------------ internal LineBreakpoint(OptimalBreakSession optimalBreakSession, TextBreakpoint textBreakpoint) : base(optimalBreakSession.PtsContext) { _textBreakpoint = textBreakpoint; _optimalBreakSession = optimalBreakSession; } ////// Dispose the text breakpoint /// public override void Dispose() { if(_textBreakpoint != null) { _textBreakpoint.Dispose(); } base.Dispose(); } #region Internal Properties internal OptimalBreakSession OptimalBreakSession { get { return _optimalBreakSession; } } #endregion Internal Properties #region Private Fields private TextBreakpoint _textBreakpoint; private OptimalBreakSession _optimalBreakSession; #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. // // File: OptimalBreakSession // // Description: OptimalBreakSession is unmanaged resouce handle to TextParagraphCache // // History: // 06/07/2005 : ghermann - created // //--------------------------------------------------------------------------- using System; using System.Collections; using System.Windows; using System.Security; // SecurityCritical using System.Windows.Documents; using MS.Internal.Text; using MS.Internal.PtsHost.UnsafeNativeMethods; using System.Windows.Media.TextFormatting; namespace MS.Internal.PtsHost { // --------------------------------------------------------------------- // Break record for line - holds decoration information // --------------------------------------------------------------------- internal sealed class OptimalBreakSession : UnmanagedHandle { // ------------------------------------------------------------------ // Constructor. // // PtsContext - Context // TextParagraphCache - Contained line break // ----------------------------------------------------------------- internal OptimalBreakSession(TextParagraph textParagraph, TextParaClient textParaClient, TextParagraphCache TextParagraphCache, OptimalTextSource optimalTextSource) : base(textParagraph.PtsContext) { _textParagraph = textParagraph; _textParaClient = textParaClient; _textParagraphCache = TextParagraphCache; _optimalTextSource = optimalTextSource; } ////// Dispose the break session / paragraph cache /// public override void Dispose() { try { if(_textParagraphCache != null) { _textParagraphCache.Dispose(); } if(_optimalTextSource != null) { _optimalTextSource.Dispose(); } } finally { _textParagraphCache = null; _optimalTextSource = null; } base.Dispose(); } #region Internal Properties internal TextParagraphCache TextParagraphCache { get { return _textParagraphCache; } } internal TextParagraph TextParagraph { get { return _textParagraph; } } internal TextParaClient TextParaClient { get { return _textParaClient; } } internal OptimalTextSource OptimalTextSource { get { return _optimalTextSource; } } #endregion Internal Properties #region Private Fields private TextParagraphCache _textParagraphCache; private TextParagraph _textParagraph; private TextParaClient _textParaClient; private OptimalTextSource _optimalTextSource; #endregion Private Fields } // ---------------------------------------------------------------------- // LineBreakpoint - Unmanaged handle for TextBreakpoint / optimal break session // ---------------------------------------------------------------------- internal sealed class LineBreakpoint : UnmanagedHandle { // ----------------------------------------------------------------- // Constructor. // // PtsContext - Context // TextBreakpoint - Contained breakpoint // ------------------------------------------------------------------ internal LineBreakpoint(OptimalBreakSession optimalBreakSession, TextBreakpoint textBreakpoint) : base(optimalBreakSession.PtsContext) { _textBreakpoint = textBreakpoint; _optimalBreakSession = optimalBreakSession; } ////// Dispose the text breakpoint /// public override void Dispose() { if(_textBreakpoint != null) { _textBreakpoint.Dispose(); } base.Dispose(); } #region Internal Properties internal OptimalBreakSession OptimalBreakSession { get { return _optimalBreakSession; } } #endregion Internal Properties #region Private Fields private TextBreakpoint _textBreakpoint; private OptimalBreakSession _optimalBreakSession; #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
- TrustManagerPromptUI.cs
- CompilationLock.cs
- PropertyMappingExceptionEventArgs.cs
- XmlMemberMapping.cs
- XmlMtomReader.cs
- LoginCancelEventArgs.cs
- CodeGeneratorOptions.cs
- XmlBinaryWriterSession.cs
- OleDbPropertySetGuid.cs
- IndicCharClassifier.cs
- HtmlTableRowCollection.cs
- XmlNotation.cs
- InfoCardCryptoHelper.cs
- SystemParameters.cs
- EventLogEntryCollection.cs
- EmptyElement.cs
- Pkcs9Attribute.cs
- FixedSOMElement.cs
- Range.cs
- UserControlCodeDomTreeGenerator.cs
- DataSourceCacheDurationConverter.cs
- DirectoryInfo.cs
- ColumnClickEvent.cs
- UpdatePanel.cs
- _RequestLifetimeSetter.cs
- RSAOAEPKeyExchangeDeformatter.cs
- AttributeInfo.cs
- LambdaCompiler.Generated.cs
- CommandBindingCollection.cs
- WebPartAddingEventArgs.cs
- TokenFactoryCredential.cs
- UniqueIdentifierService.cs
- HtmlInputText.cs
- CalendarDay.cs
- WebControlParameterProxy.cs
- LinqDataSourceValidationException.cs
- PropertyConverter.cs
- TypeGenericEnumerableViewSchema.cs
- ConnectionStringSettings.cs
- ExpressionNormalizer.cs
- ApplicationInfo.cs
- HoistedLocals.cs
- SqlError.cs
- SimplePropertyEntry.cs
- Decoder.cs
- RowUpdatedEventArgs.cs
- HtmlCommandAdapter.cs
- LocationUpdates.cs
- Array.cs
- RoleManagerModule.cs
- DbUpdateCommandTree.cs
- AutomationProperties.cs
- WorkflowTransactionService.cs
- HMAC.cs
- DictionaryCustomTypeDescriptor.cs
- DSASignatureDeformatter.cs
- TextAdaptor.cs
- UriParserTemplates.cs
- WindowsFormsHelpers.cs
- PackageRelationship.cs
- MaskDescriptors.cs
- WebServiceClientProxyGenerator.cs
- SymbolEqualComparer.cs
- AppDomainEvidenceFactory.cs
- ScriptBehaviorDescriptor.cs
- XslException.cs
- VirtualPathProvider.cs
- Drawing.cs
- CheckBox.cs
- SqlCommand.cs
- DesignerProperties.cs
- ResourceContainerWrapper.cs
- IndexOutOfRangeException.cs
- PrimitiveList.cs
- ScrollChrome.cs
- Material.cs
- ApplicationDirectoryMembershipCondition.cs
- ComboBox.cs
- ClientOptions.cs
- TcpClientCredentialType.cs
- Point3DAnimationUsingKeyFrames.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- Equal.cs
- MeasureData.cs
- PrintingPermission.cs
- WebPartConnectionsConfigureVerb.cs
- SiteOfOriginContainer.cs
- EntityDataSourceState.cs
- MediaElement.cs
- MediaContextNotificationWindow.cs
- CheckBoxField.cs
- GenericXmlSecurityToken.cs
- MetadataItemSerializer.cs
- EventWaitHandleSecurity.cs
- Typography.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- KoreanLunisolarCalendar.cs
- Span.cs
- UrlParameterWriter.cs
- NativeBuffer.cs