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