21 references to ToNullableStringAndFree
System.Windows.Forms (21)
System\Windows\Forms\Accessibility\AccessibleObject.cs (7)
148public virtual string? DefaultAction => GetDefaultActionInternal().ToNullableStringAndFree(); 168public virtual string? Description => GetDescriptionInternal().ToNullableStringAndFree(); 190public virtual string? Help => GetHelpInternal().ToNullableStringAndFree(); 210public virtual string? KeyboardShortcut => GetKeyboardShortcutInternal(CHILDID_SELF).ToNullableStringAndFree(); 232get => GetNameInternal().ToNullableStringAndFree(); 337get => GetValueInternal().ToNullableStringAndFree(); 471fileName = file.ToNullableStringAndFree();
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildDropDownButtonUiaProvider.cs (3)
46public override string? DefaultAction => GetDefaultActionInternal().ToNullableStringAndFree(); 86public override string? Help => GetHelpInternal().ToNullableStringAndFree(); 90public override string? KeyboardShortcut => GetKeyboardShortcutInternal((VARIANT)GetChildId()).ToNullableStringAndFree();
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (2)
59public override string? DefaultAction => GetDefaultActionInternal().ToNullableStringAndFree(); 125public override string? Help => GetHelpInternal().ToNullableStringAndFree();
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (2)
83public override string? DefaultAction => GetDefaultActionInternal().ToNullableStringAndFree(); 88public override string? Help => GetHelpInternal().ToNullableStringAndFree();
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (3)
45public override string? DefaultAction => GetDefaultActionInternal().ToNullableStringAndFree(); 110public override string? Help => GetHelpInternal().ToNullableStringAndFree(); 114public override string? KeyboardShortcut => GetKeyboardShortcutInternal((VARIANT)GetChildId()).ToNullableStringAndFree();
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarChildAccessibleObject.cs (1)
35public override string? Help => GetHelpInternal().ToNullableStringAndFree();
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarChildAccessibleObject.cs (3)
37public override string? DefaultAction => GetDefaultActionInternal().ToNullableStringAndFree(); 44public override string? Description => GetDescriptionInternal().ToNullableStringAndFree(); 49public override string? Name => GetNameInternal().ToNullableStringAndFree();