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