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)
229
CollectionForm 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)
744
DataGridViewColumnCollectionDialog dialog = ScaleHelper.
InvokeInSystemAwareContext
(
774
DataGridViewAddColumnDialog dialog = ScaleHelper.
InvokeInSystemAwareContext
(
System\Windows\Forms\Design\LinkAreaEditor.cs (1)
29
_linkAreaUI = ScaleHelper.
InvokeInSystemAwareContext
(() => new LinkAreaUI(helpService));
System\Windows\Forms\Design\MaskPropertyEditor.cs (1)
33
using MaskDesignerDialog dialog = ScaleHelper.
InvokeInSystemAwareContext
(