3 references to UIA_IsPasswordPropertyId
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
625UIA_PROPERTY_ID.UIA_IsPasswordPropertyId => VARIANT.False,
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.cs (1)
271UIA_PROPERTY_ID.UIA_IsPasswordPropertyId => VARIANT.False,
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseAccessibleObject.cs (1)
32if (propertyID == UIA_PROPERTY_ID.UIA_IsPasswordPropertyId)