Home | History | Annotate | Download | only in table

Lines Matching refs:m_property

593       if (m_activePropertyInfo != null && m_activePropertyInfo.m_property != null) {
594 activeEditor.deactivate(this, m_activePropertyInfo.m_property, save);
626 m_activePropertyInfo.m_property,
883 if (propertyInfo.m_property == property) {
1356 private final Property m_property;
1376 m_property = property;
1423 return m_property;
1492 if (!rawProperties_shouldShow(child.m_property)) {
1512 if (!rawProperties_shouldShow(child.m_property)) {
1550 IComplexPropertyEditor complexEditor = (IComplexPropertyEditor) m_property.getEditor();
1552 for (Property subProperty : complexEditor.getProperties(m_property)) {