6 references to HasListeners
PresentationFramework (6)
System\Windows\Documents\TextContainer.cs (5)
736
if (this.
HasListeners
)
780
if (this.
HasListeners
)
857
originalPosition = this.
HasListeners
? new TextPointer(position, LogicalDirection.Backward) : null;
1106
if (this.
HasListeners
)
1202
if (this.
HasListeners
)
System\Windows\Documents\TextElement.cs (1)
990
if (tree.
HasListeners
)