3 writes to m_elemProp
System.Security (3)
system\security\cryptography\xml\encryptedtype.cs (3)
219m_elemProp = elementProperty; 239m_elemProp = value; 272m_elemProp = value;
2 references to m_elemProp
System.Security (2)
system\security\cryptography\xml\encryptedtype.cs (2)
232get { return m_elemProp; } 259return document.ImportNode(m_elemProp, true) as XmlElement;