1 write to _currentImageListPropertyReference
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageIndexEditor.cs (1)
85_currentImageListPropertyReference = new WeakReference<PropertyDescriptor>(imageListProperty);
2 references to _currentImageListPropertyReference
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ImageIndexEditor.cs (2)
51|| (_currentImageListPropertyReference is not null && 52_currentImageListPropertyReference.TryGetTarget(out PropertyDescriptor? currentProperty) &&