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); 294RaiseComponentChanged(member, null, null); 358RaiseComponentChanged(member, null, null);
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
910RaiseComponentChanged(TypeDescriptor.GetProperties(Component)[nameof(Items)], null, null); 1022RaiseComponentChanged(TypeDescriptor.GetProperties(Component)[nameof(Items)], null, null);
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
1792RaiseComponentChanged(TypeDescriptor.GetProperties(MenuItem)["DropDownItems"], null, null); 1892RaiseComponentChanged(TypeDescriptor.GetProperties(ownerItem)["DropDownItems"], null, null);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ComponentDesignerTests.cs (1)
2960base.RaiseComponentChanged(member, oldValue, newValue);