5 writes to SelectedObject
System.Web.Mobile (3)
UI\MobileControls\Design\PropertyOverridesDialog.cs (2)
313_pgProperties.SelectedObject = 319_pgProperties.SelectedObject = null;
UI\MobileControls\Design\StylesEditorDialog.cs (1)
512_propertyBrowser.SelectedObject = (SelectedStyle == null) ?
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3429this.SelectedObject = null;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
823this.genericParametersPropertyGrid.SelectedObject = this.genericParameters;
1 reference to SelectedObject
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3423IComponent currentSelection = SelectedObject as IComponent;