18 references to FromProperty
PresentationFramework (5)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
699
descriptor = DependencyPropertyDescriptor.
FromProperty
(property, GetObjectType());
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (2)
148
_descriptor = DependencyPropertyDescriptor.
FromProperty
(_propertyValue.Property, _item.ObjectType);
175
PropertyDescriptor descriptor = DependencyPropertyDescriptor.
FromProperty
(_propertyValue.Property, _item.ObjectType);
src\Framework\System\Windows\Standard\Utilities.cs (2)
262
DependencyPropertyDescriptor dpd = DependencyPropertyDescriptor.
FromProperty
(property, component.GetType());
275
DependencyPropertyDescriptor dpd = DependencyPropertyDescriptor.
FromProperty
(property, component.GetType());
System.Activities.Presentation (10)
System.Activities.Presentation\System\Activities\Presentation\Annotations\FloatingAnnotationView.xaml.cs (2)
36
DependencyPropertyDescriptor descriptor = DependencyPropertyDescriptor.
FromProperty
(UIElement.IsMouseOverProperty, typeof(UIElement));
42
DependencyPropertyDescriptor descriptor = DependencyPropertyDescriptor.
FromProperty
(UIElement.IsMouseOverProperty, typeof(UIElement));
System.Activities.Presentation\System\Activities\Presentation\Annotations\UIElementToAnnotationIndicatorAdapter.cs (2)
31
DependencyPropertyDescriptor descriptor = DependencyPropertyDescriptor.
FromProperty
(UIElement.IsMouseOverProperty, typeof(UIElement));
37
DependencyPropertyDescriptor descriptor = DependencyPropertyDescriptor.
FromProperty
(UIElement.IsMouseOverProperty, typeof(UIElement));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (4)
259
DependencyPropertyDescriptor dpd = DependencyPropertyDescriptor.
FromProperty
(PropertySelection.IsSelectedProperty, typeof(Grid));
310
DependencyPropertyDescriptor dpd = DependencyPropertyDescriptor.
FromProperty
(PropertySelection.IsSelectedProperty, typeof(Grid));
534
DependencyPropertyDescriptor dpd = DependencyPropertyDescriptor.
FromProperty
(PropertySelection.IsSelectedProperty, typeof(Grid));
584
DependencyPropertyDescriptor dpd = DependencyPropertyDescriptor.
FromProperty
(PropertySelection.IsSelectedProperty, typeof(Grid));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyContainerAutomationPeer.cs (2)
125
DependencyPropertyDescriptor dpd = DependencyPropertyDescriptor.
FromProperty
(PropertySelection.IsSelectedProperty, typeof(PropertyContainer));
171
DependencyPropertyDescriptor dpd = DependencyPropertyDescriptor.
FromProperty
(PropertySelection.IsSelectedProperty, typeof(PropertyContainer));
WindowsBase (3)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (3)
266
return
FromProperty
(dp, targetType);
297
return
FromProperty
(dp, targetType);
302
return
FromProperty
(dp, targetType);