1 write to _isTypographicOnly
PresentationFramework (1)
System\Windows\Documents\TextElementEditingBehaviorAttribute.cs (1)
51set { _isTypographicOnly = value; }
1 reference to _isTypographicOnly
PresentationFramework (1)
System\Windows\Documents\TextElementEditingBehaviorAttribute.cs (1)
50get { return _isTypographicOnly; }