Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Core / CSharp / System / Windows / Media / Brush.cs / 2 / Brush.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: Brush.cs // // Description: This file contains the implementation of Brush. // Brush is the abstract base class which describes how to fill // a geometric area. // // History: // 04/28/2003 : adsmith - Created it. // //--------------------------------------------------------------------------- using MS.Internal; using System; using System.IO; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Globalization; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Windows.Markup; using MS.Internal.Serialization; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media { ////// Brush - /// A brush is an object that represents a method to fill a plane. /// In addition to being able to fill a plane in an absolute way, /// Brushes are also able to adapt how they fill the plane to the /// size of the object that they are used to fill. /// [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)] public abstract partial class Brush : Animatable, IFormattable { #region Constructors ////// Protected constructor for Brush. /// Sets all values to their defaults. /// To set property values, use the constructor which accepts paramters /// protected Brush() { } #endregion Constructors #region Realization Support ////// Derived classes must override this method and update realizations on dependent /// resources if required. /// internal virtual void UpdateRealizations(Rect fillShapeBounds, RealizationContext ctx) { return; } #endregion #region ToString ////// Parse - this method is called by the type converter to parse a Brush's string /// (provided in "value") with the given IFormatProvider. /// ////// A Brush which was created by parsing the "value". /// /// String representation of a Brush. Cannot be null/empty. /// The ITypeDescriptorContext for this call. internal static Brush Parse(string value, ITypeDescriptorContext context) { Brush brush; IFreezeFreezables freezer = null; if (context != null) { freezer = (IFreezeFreezables)context.GetService(typeof(IFreezeFreezables)); if ((freezer != null) && freezer.FreezeFreezables) { brush = (Brush)freezer.TryGetFreezable(value); if (brush != null) { return brush; } } } brush = Parsers.ParseBrush(value, System.Windows.Markup.TypeConverterHelper.EnglishUSCulture, context); if ((brush != null) && (freezer != null)) { freezer.TryFreeze(value, brush); } return brush; } ////// Can serialze "this" to a string /// internal virtual bool CanSerializeToString() { return false; } #endregion } } // 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: Brush.cs // // Description: This file contains the implementation of Brush. // Brush is the abstract base class which describes how to fill // a geometric area. // // History: // 04/28/2003 : adsmith - Created it. // //--------------------------------------------------------------------------- using MS.Internal; using System; using System.IO; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Globalization; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Windows.Markup; using MS.Internal.Serialization; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media { ////// Brush - /// A brush is an object that represents a method to fill a plane. /// In addition to being able to fill a plane in an absolute way, /// Brushes are also able to adapt how they fill the plane to the /// size of the object that they are used to fill. /// [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)] public abstract partial class Brush : Animatable, IFormattable { #region Constructors ////// Protected constructor for Brush. /// Sets all values to their defaults. /// To set property values, use the constructor which accepts paramters /// protected Brush() { } #endregion Constructors #region Realization Support ////// Derived classes must override this method and update realizations on dependent /// resources if required. /// internal virtual void UpdateRealizations(Rect fillShapeBounds, RealizationContext ctx) { return; } #endregion #region ToString ////// Parse - this method is called by the type converter to parse a Brush's string /// (provided in "value") with the given IFormatProvider. /// ////// A Brush which was created by parsing the "value". /// /// String representation of a Brush. Cannot be null/empty. /// The ITypeDescriptorContext for this call. internal static Brush Parse(string value, ITypeDescriptorContext context) { Brush brush; IFreezeFreezables freezer = null; if (context != null) { freezer = (IFreezeFreezables)context.GetService(typeof(IFreezeFreezables)); if ((freezer != null) && freezer.FreezeFreezables) { brush = (Brush)freezer.TryGetFreezable(value); if (brush != null) { return brush; } } } brush = Parsers.ParseBrush(value, System.Windows.Markup.TypeConverterHelper.EnglishUSCulture, context); if ((brush != null) && (freezer != null)) { freezer.TryFreeze(value, brush); } return brush; } ////// Can serialze "this" to a string /// internal virtual bool CanSerializeToString() { return false; } #endregion } } // 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
- LiteralTextContainerControlBuilder.cs
- Documentation.cs
- GACIdentityPermission.cs
- SpecialNameAttribute.cs
- ErrorFormatter.cs
- GenericUI.cs
- SQLBytesStorage.cs
- TextRunCache.cs
- ConfigXmlText.cs
- Typeface.cs
- DoubleLinkList.cs
- ManifestResourceInfo.cs
- Error.cs
- webproxy.cs
- WebPartExportVerb.cs
- MenuCommands.cs
- securitycriticaldata.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- KeyedCollection.cs
- IndentedWriter.cs
- RecipientIdentity.cs
- DetailsViewRow.cs
- SqlNode.cs
- ConfigXmlSignificantWhitespace.cs
- IfJoinedCondition.cs
- DummyDataSource.cs
- TextSegment.cs
- ActivityCodeDomReferenceService.cs
- BuildDependencySet.cs
- SmuggledIUnknown.cs
- DesignParameter.cs
- TemplateBindingExpressionConverter.cs
- ResourceManagerWrapper.cs
- SchemaContext.cs
- SizeF.cs
- LightweightCodeGenerator.cs
- ServicePointManagerElement.cs
- ObjectSecurity.cs
- NameValueCollection.cs
- SqlConnectionPoolProviderInfo.cs
- HyperLinkField.cs
- Point3DCollection.cs
- TextControl.cs
- BooleanKeyFrameCollection.cs
- TokenBasedSetEnumerator.cs
- ContentDisposition.cs
- MaskedTextProvider.cs
- EmptyStringExpandableObjectConverter.cs
- FilterEventArgs.cs
- Process.cs
- DataTableCollection.cs
- ResXDataNode.cs
- DataColumnChangeEvent.cs
- EntityDataSourceQueryBuilder.cs
- FixUp.cs
- DebugHandleTracker.cs
- ProfileProvider.cs
- DefaultParameterValueAttribute.cs
- DataGridViewRowHeaderCell.cs
- CreateUserWizard.cs
- AttributeCollection.cs
- HScrollProperties.cs
- WeakReference.cs
- TypeUnloadedException.cs
- NodeInfo.cs
- RotateTransform.cs
- CharacterBuffer.cs
- BackgroundWorker.cs
- MexTcpBindingElement.cs
- ResetableIterator.cs
- ClientRolePrincipal.cs
- RevocationPoint.cs
- ConvertEvent.cs
- LexicalChunk.cs
- PagePropertiesChangingEventArgs.cs
- TextMarkerSource.cs
- TypeToken.cs
- CodeDirectoryCompiler.cs
- WinEventTracker.cs
- DocumentAutomationPeer.cs
- ToolStripMenuItem.cs
- InputScopeNameConverter.cs
- LogicalTreeHelper.cs
- RenderDataDrawingContext.cs
- SoapRpcServiceAttribute.cs
- Point3DCollectionValueSerializer.cs
- ListControl.cs
- SimpleBitVector32.cs
- FontUnitConverter.cs
- StaticFileHandler.cs
- ScriptBehaviorDescriptor.cs
- GridViewAutomationPeer.cs
- SmtpClient.cs
- OleDbConnectionInternal.cs
- CurrencyManager.cs
- OutputCacheSettingsSection.cs
- CaseInsensitiveHashCodeProvider.cs
- QueryGenerator.cs
- DbDataReader.cs
- Expressions.cs