Class SilverlightMemoryLeaks
Holds extension methods for System.Windows.PropertyChangedCallback delegate.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class SilverlightMemoryLeaks
Methods
PatchInlineStyle(DependencyObject, DependencyPropertyChangedEventArgs)
Represents the callback that is invoked when the effective property value of a dependency property changes.
Declaration
public static void PatchInlineStyle(DependencyObject sender, DependencyPropertyChangedEventArgs args)
Parameters
System.Windows.DependencyObject
sender
The System.Windows.DependencyObject on which the property has changed value. |
System.Windows.DependencyPropertyChangedEventArgs
args
Event data that is issued by any event that tracks changes to the effective value of this property. |