Home
last modified time | relevance | path

Searched refs:IsContainerAutoScaling (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DControl.cs4022 else if (IsContainerAutoScaling (this.Parent)) in Scale()
4034 if ((cc.AutoScaleMode == AutoScaleMode.Inherit) && IsContainerAutoScaling (this)) in Scale()
4050 private bool IsContainerAutoScaling (Control c) in IsContainerAutoScaling() method in System.Windows.Forms.Control