1 write to BypassLayoutPolicies
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
3751
BypassLayoutPolicies
= true;
4 references to BypassLayoutPolicies
PresentationFramework (4)
src\Framework\System\Windows\FrameworkElement.cs (4)
2257
if (!
BypassLayoutPolicies
|| !((dp == WidthProperty) || (dp == HeightProperty)))
3962
if (!
BypassLayoutPolicies
&& ShouldApplyMirrorTransform(this)) //Window applies its own mirror
4321
if (
BypassLayoutPolicies
)
4543
if (
BypassLayoutPolicies
)