Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Base / System / Windows / DependencySource.cs / 1 / DependencySource.cs
using System; using System.Threading; namespace System.Windows { ////// Represents dependency scope of an ////// /// Expressions are responsible for propagating invalidation to /// dependents when a property changes. The property that changes is /// known as the "source". /// internal sealed class DependencySource { ////// Dependency source construction /// /// DependencyObject source /// Property source public DependencySource(DependencyObject d, DependencyProperty dp) { _d = d; _dp = dp; } ////// DependencyObject source /// public DependencyObject DependencyObject { get { return _d; } } ////// Property source /// public DependencyProperty DependencyProperty { get { return _dp; } } private DependencyObject _d; private DependencyProperty _dp; } } // 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
- ToolBarTray.cs
- DataServiceRequestOfT.cs
- SafeSerializationManager.cs
- StreamReader.cs
- localization.cs
- XmlSchemaExporter.cs
- ReversePositionQuery.cs
- CodeAttributeDeclarationCollection.cs
- FormViewUpdateEventArgs.cs
- DependencyPropertyKey.cs
- TextHidden.cs
- LazyTextWriterCreator.cs
- QueryExpr.cs
- Rights.cs
- MessageQueueKey.cs
- SHA512Managed.cs
- SubstitutionList.cs
- PropertyDescriptorGridEntry.cs
- WebPartExportVerb.cs
- Console.cs
- DataRelation.cs
- WebResponse.cs
- ModelUIElement3D.cs
- EntityDataSourceMemberPath.cs
- ToolBarButtonClickEvent.cs
- HttpClientCertificate.cs
- NamespaceExpr.cs
- ObfuscateAssemblyAttribute.cs
- ResourceProviderFactory.cs
- DataGridViewButtonColumn.cs
- FloaterBaseParaClient.cs
- TextEffectResolver.cs
- NotSupportedException.cs
- M3DUtil.cs
- ipaddressinformationcollection.cs
- CompilerWrapper.cs
- KeyGesture.cs
- DataGridPageChangedEventArgs.cs
- MatrixCamera.cs
- VisualStateChangedEventArgs.cs
- DispatcherObject.cs
- WorkflowApplicationAbortedEventArgs.cs
- RectValueSerializer.cs
- Opcode.cs
- AmbientLight.cs
- OracleBFile.cs
- MailAddressCollection.cs
- CompoundFileStreamReference.cs
- wgx_render.cs
- ResXResourceReader.cs
- TimelineClockCollection.cs
- NamespaceQuery.cs
- MemberCollection.cs
- PolicyUnit.cs
- DataGridRelationshipRow.cs
- Typography.cs
- DataServiceConfiguration.cs
- TrackBarRenderer.cs
- Queue.cs
- StylusButtonCollection.cs
- Point3DConverter.cs
- ValueUnavailableException.cs
- TcpSocketManager.cs
- SQLInt64Storage.cs
- XmlSchemaValidationException.cs
- MulticastIPAddressInformationCollection.cs
- RootBrowserWindow.cs
- DrawingAttributes.cs
- Setter.cs
- TypedElement.cs
- ServicePointManager.cs
- RemoteWebConfigurationHostStream.cs
- IISMapPath.cs
- StringValidatorAttribute.cs
- SmiTypedGetterSetter.cs
- InternalPermissions.cs
- SByteConverter.cs
- OleStrCAMarshaler.cs
- ControlParameter.cs
- DateRangeEvent.cs
- XmlSchemaSimpleTypeUnion.cs
- ListControlBuilder.cs
- ExpressionList.cs
- PrimitiveOperationFormatter.cs
- OleDbPropertySetGuid.cs
- ParameterModifier.cs
- GridViewItemAutomationPeer.cs
- PlaceHolder.cs
- EventListener.cs
- ClientApiGenerator.cs
- WebRequestModuleElement.cs
- HttpWriter.cs
- DependencyPropertyConverter.cs
- PasswordPropertyTextAttribute.cs
- MexHttpsBindingElement.cs
- ProjectionPathBuilder.cs
- HttpListenerPrefixCollection.cs
- AlphabeticalEnumConverter.cs
- TypeExtensions.cs
- Signature.cs