7 references to InvokeInSystemAwareContext
System.Windows.Forms.Design (7)
System\ComponentModel\Design\BinaryEditor.cs (1)
110_binaryUI ??= ScaleHelper.InvokeInSystemAwareContext(() => new BinaryUI(this));
System\ComponentModel\Design\CollectionEditor.cs (1)
229CollectionForm localCollectionForm = ScaleHelper.InvokeInSystemAwareContext(CreateCollectionForm);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
849_addColumnDialog = ScaleHelper.InvokeInSystemAwareContext(() => new DataGridViewAddColumnDialog(_columnsPrivateCopy, _liveDataGridView!));
System\Windows\Forms\Design\DataGridViewDesigner.cs (2)
744DataGridViewColumnCollectionDialog dialog = ScaleHelper.InvokeInSystemAwareContext( 774DataGridViewAddColumnDialog dialog = ScaleHelper.InvokeInSystemAwareContext(
System\Windows\Forms\Design\LinkAreaEditor.cs (1)
29_linkAreaUI = ScaleHelper.InvokeInSystemAwareContext(() => new LinkAreaUI(helpService));
System\Windows\Forms\Design\MaskPropertyEditor.cs (1)
33using MaskDesignerDialog dialog = ScaleHelper.InvokeInSystemAwareContext(