9 references to RaiseComponentChanged
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\SplitContainerDesigner.cs (1)
312RaiseComponentChanged(TypeDescriptor.GetProperties(_splitContainer!)["SplitterDistance"], oldValue: null, newValue: null);
System\Windows\Forms\Design\TabControlDesigner.cs (3)
101RaiseComponentChanged(member, null, null); 299RaiseComponentChanged(member, null, null); 363RaiseComponentChanged(member, null, null);
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
937RaiseComponentChanged(TypeDescriptor.GetProperties(Component)["Items"], null, null); 1049RaiseComponentChanged(TypeDescriptor.GetProperties(Component)["Items"], null, null);
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
1808RaiseComponentChanged(TypeDescriptor.GetProperties(MenuItem)["DropDownItems"], null, null); 1908RaiseComponentChanged(TypeDescriptor.GetProperties(ownerItem)["DropDownItems"], null, null);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ComponentDesignerTests.cs (1)
2958base.RaiseComponentChanged(member, oldValue, newValue);