Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / System / Windows / FrameworkReadOnlyPropertyMetadata.cs / 1 / FrameworkReadOnlyPropertyMetadata.cs
using System; namespace System.Windows { internal class ReadOnlyFrameworkPropertyMetadata : FrameworkPropertyMetadata { public ReadOnlyFrameworkPropertyMetadata(object defaultValue, GetReadOnlyValueCallback getValueCallback) : base(defaultValue) { _getValueCallback = getValueCallback; } internal override GetReadOnlyValueCallback GetReadOnlyValueCallback { get { return _getValueCallback; } } private GetReadOnlyValueCallback _getValueCallback; } } // 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
- HtmlInputPassword.cs
- ComponentCommands.cs
- BCLDebug.cs
- WindowsRichEditRange.cs
- Utils.cs
- StylusPointPropertyInfoDefaults.cs
- DbConnectionInternal.cs
- ImageCollectionCodeDomSerializer.cs
- PreservationFileWriter.cs
- SimpleLine.cs
- StringPropertyBuilder.cs
- ImageListStreamer.cs
- FilteredDataSetHelper.cs
- ContextQuery.cs
- SR.cs
- DefaultProxySection.cs
- DescendantQuery.cs
- FixedSOMLineRanges.cs
- ELinqQueryState.cs
- Pair.cs
- Tuple.cs
- XmlReader.cs
- RelationshipConstraintValidator.cs
- AppDomain.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- DuplicateWaitObjectException.cs
- InOutArgumentConverter.cs
- EdmProviderManifest.cs
- DynamicQueryableWrapper.cs
- TypeExtension.cs
- DataGridTable.cs
- __Error.cs
- BamlLocalizableResourceKey.cs
- CoTaskMemUnicodeSafeHandle.cs
- HandlerFactoryCache.cs
- SEHException.cs
- DelegateSerializationHolder.cs
- SplitterPanel.cs
- WMIGenerator.cs
- PageParser.cs
- Decoder.cs
- UnmanagedMarshal.cs
- StyleModeStack.cs
- EditCommandColumn.cs
- PageStatePersister.cs
- OciEnlistContext.cs
- PrintPreviewDialog.cs
- TransformerInfo.cs
- DesignTimeSiteMapProvider.cs
- EmptyStringExpandableObjectConverter.cs
- VisualCollection.cs
- VariantWrapper.cs
- GridViewItemAutomationPeer.cs
- SynchronizedInputPattern.cs
- PackWebRequest.cs
- DbExpressionVisitor.cs
- SrgsElementFactoryCompiler.cs
- JsonReaderWriterFactory.cs
- CommandID.cs
- PrtCap_Public.cs
- NavigatorOutput.cs
- KeySpline.cs
- DefaultValueAttribute.cs
- MimeParameter.cs
- ApplicationDirectory.cs
- CursorConverter.cs
- TrackingServices.cs
- StorageInfo.cs
- WebServicesDescriptionAttribute.cs
- TypeDelegator.cs
- Vector3DIndependentAnimationStorage.cs
- MethodBuilderInstantiation.cs
- DataMemberListEditor.cs
- TextParagraphProperties.cs
- PropertyDescriptorGridEntry.cs
- Odbc32.cs
- BitmapEffect.cs
- ImageButton.cs
- CursorConverter.cs
- DbConnectionPoolGroupProviderInfo.cs
- Pipe.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- XamlSerializerUtil.cs
- Hashtable.cs
- TcpChannelListener.cs
- Int32Storage.cs
- HttpRequestWrapper.cs
- ContentDisposition.cs
- WhitespaceRule.cs
- SiteOfOriginPart.cs
- SchemaObjectWriter.cs
- ReadOnlyCollectionBase.cs
- SoapParser.cs
- StorageTypeMapping.cs
- ServiceDescriptions.cs
- CodeExporter.cs
- HierarchicalDataBoundControl.cs
- CollectionExtensions.cs
- CodeNamespace.cs
- SessionMode.cs