19 references to InvalidateProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (1)
314d.InvalidateProperty(_dependencyProperty);
PresentationFramework (17)
src\Framework\System\Windows\Controls\ContentPresenter.cs (1)
462InvalidateProperty(ContentProperty);
src\Framework\System\Windows\Controls\ProgressBar.cs (2)
188_glow.InvalidateProperty(UIElement.OpacityMaskProperty); 189_glow.InvalidateProperty(Shape.FillProperty);
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
1521InvalidateProperty(IsManipulationEnabledProperty);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
1073element.InvalidateProperty(VirtualizingPanel.IsContainerVirtualizableProperty);
src\Framework\System\Windows\Data\BindingExpressionBase.cs (1)
1535target.InvalidateProperty(TargetProperty);
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
278target.InvalidateProperty(TargetProperty);
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (1)
615InvalidateProperty(StyleProperty);
src\Framework\System\Windows\Generated\FrameworkElement.cs (1)
635InvalidateProperty(StyleProperty);
src\Framework\System\Windows\Media\Animation\Storyboard.cs (2)
868targetObject.InvalidateProperty(targetProperty); 2158_target.InvalidateProperty(_property);
src\Framework\System\Windows\ResourceReferenceExpression.cs (1)
391_targetObject.InvalidateProperty(_targetProperty);
src\Framework\System\Windows\StyleHelper.cs (5)
2321walk.InvalidateProperty(dp); 3661container.InvalidateProperty(dp); 4105child.InvalidateProperty(invalidProperty); 4149child.InvalidateProperty(dp); 4256child.DO.InvalidateProperty(dp);
WindowsBase (1)
Base\System\Windows\DependentList.cs (1)
74dependencyObject.InvalidateProperty(dependencyProperty);