1 write to _accessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\LinkLabel.Link.cs (1)
44=> _accessibleObject ??= Owner is not null ? new(this, Owner) : null;
1 reference to _accessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\LinkLabel.Link.cs (1)
46internal bool IsAccessibilityObjectCreated => _accessibleObject is not null;