7 references to GetNativeImageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
206
if (value.
GetNativeImageList
() is not { } himl || himl == _nativeImageList)
System.Windows.Forms.Tests (6)
SerializableTypesTests.cs (1)
95
using NativeImageList nativeImageList = result.
GetNativeImageList
();
System\Windows\Forms\ImageList.NativeImageListTests.cs (1)
18
NativeImageList nativeImageList = result.
GetNativeImageList
();
System\Windows\Forms\ImageListStreamerTests.cs (4)
19
using NativeImageList nativeImageListBf = streamerFromBf.
GetNativeImageList
();
30
using NativeImageList nativeImageListMs = streamerFromMs.
GetNativeImageList
();
52
using NativeImageList nativeImageListMs = streamerFromMs.
GetNativeImageList
();
57
using NativeImageList nativeImageListBf = streamerFromBf.
GetNativeImageList
();