4 references to PropTransparencyKey
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
539if (Properties.ContainsObject(PropTransparencyKey)) { 540Properties.SetObject(PropTransparencyKey, Color.Empty); 2600object key = Properties.GetObject(PropTransparencyKey); 2607Properties.SetObject(PropTransparencyKey, value);