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