1 override of InvalidateForceInheritPropertyOnChildren
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
3068internal override void InvalidateForceInheritPropertyOnChildren(DependencyProperty property)
6 references to InvalidateForceInheritPropertyOnChildren
PresentationCore (5)
System\Windows\UIElement.cs (4)
3659uie.InvalidateForceInheritPropertyOnChildren(e.Property); 3761uie.InvalidateForceInheritPropertyOnChildren(e.Property); 3892uie.InvalidateForceInheritPropertyOnChildren(e.Property); 4254vChild.InvalidateForceInheritPropertyOnChildren(property);
System\Windows\UIElement3D.cs (1)
1401((Visual)vChild).InvalidateForceInheritPropertyOnChildren(property);
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
3084base.InvalidateForceInheritPropertyOnChildren(property);