7 references to GetVisibleCore
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (4)
4375return GetVisibleCore(); 6657return ParentInternal.GetVisibleCore(); 12118if (GetVisibleCore() != value) { 12158if (GetVisibleCore() != value) {
winforms\Managed\System\WinForms\Form.cs (2)
2638if (GetVisibleCore() == value && dialogResult == DialogResult.OK) 2645if (GetVisibleCore() == value && (!value || CalledMakeVisible)) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1860if (GetVisibleCore()) {