10 references to SynchronizeForceInheritProperties
PresentationCore (6)
System\Windows\UIElement.cs (3)
1467SynchronizeForceInheritProperties(this, null, null, parent); 1500SynchronizeForceInheritProperties(this, null, null, parent); 1568SynchronizeForceInheritProperties(this, null, null, parent);
System\Windows\UIElement3D.cs (3)
167UIElement.SynchronizeForceInheritProperties(null, null, this, parent); 200UIElement.SynchronizeForceInheritProperties(null, null, this, parent); 268UIElement.SynchronizeForceInheritProperties(null, null, this, parent);
PresentationFramework (4)
System\Windows\Generated\FrameworkContentElement.cs (2)
362UIElement.SynchronizeForceInheritProperties(null, this, null, _parent); 366UIElement.SynchronizeForceInheritProperties(null, this, null, oldParent);
System\Windows\Generated\FrameworkElement.cs (2)
360UIElement.SynchronizeForceInheritProperties(this, null, null, _parent); 364UIElement.SynchronizeForceInheritProperties(this, null, null, oldParent);