17 references to GetObject
System.Windows.Forms (17)
winforms\Managed\System\WinForms\Control.cs (4)
903AmbientProperties props = (AmbientProperties)Properties.GetObject(PropAmbientPropertiesService, out contains); 1568text = (string)Properties.GetObject(PropCacheTextField, out found); 12257object cursor = Properties.GetObject(PropCursor, out found); 12286object font = Properties.GetObject(PropFont, out found);
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (1)
805this.Properties.GetObject(PropSelectionBackColor, out found);
winforms\Managed\System\WinForms\Label.cs (1)
572LabelImageIndexer imageIndexer = Properties.GetObject(PropImageIndex, out found) as LabelImageIndexer;
winforms\Managed\System\WinForms\PropertyStore.cs (10)
44GetObject(key, out found); 68object storedObject = GetObject(key, out found); 96object storedObject = GetObject(key, out found); 126object storedObject = GetObject(key, out found); 152object storedObject = GetObject(key, out found); 236return GetObject(key, out found); 620object storedObject = GetObject(key, out found); 640object storedObject = GetObject(key, out found); 661object storedObject = GetObject(key, out found); 683object storedObject = GetObject(key, out found);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3693object font = Properties.GetObject(PropFont, out found);